Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib/atoms/fonts/send.js

17 lines
1.7 KiB
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const SendFilled = ( /*#__PURE__*/createFluentFontIcon("SendFilled", "", 2, undefined, { flipInRtl: true }));
export const SendRegular = ( /*#__PURE__*/createFluentFontIcon("SendRegular", "", 2, undefined, { flipInRtl: true }));
export const Send16Regular = ( /*#__PURE__*/createFluentFontIcon("Send16Regular", "", 1, 16, { flipInRtl: true }));
export const Send16Filled = ( /*#__PURE__*/createFluentFontIcon("Send16Filled", "", 0, 16, { flipInRtl: true }));
export const Send20Regular = ( /*#__PURE__*/createFluentFontIcon("Send20Regular", "", 1, 20, { flipInRtl: true }));
export const Send20Filled = ( /*#__PURE__*/createFluentFontIcon("Send20Filled", "", 0, 20, { flipInRtl: true }));
export const Send24Regular = ( /*#__PURE__*/createFluentFontIcon("Send24Regular", "", 1, 24, { flipInRtl: true }));
export const Send24Filled = ( /*#__PURE__*/createFluentFontIcon("Send24Filled", "", 0, 24, { flipInRtl: true }));
export const Send28Regular = ( /*#__PURE__*/createFluentFontIcon("Send28Regular", "", 1, 28, { flipInRtl: true }));
export const Send28Filled = ( /*#__PURE__*/createFluentFontIcon("Send28Filled", "", 0, 28, { flipInRtl: true }));
export const Send32Regular = ( /*#__PURE__*/createFluentFontIcon("Send32Regular", "󰂘", 1, 32, { flipInRtl: true }));
export const Send32Filled = ( /*#__PURE__*/createFluentFontIcon("Send32Filled", "󰂗", 0, 32, { flipInRtl: true }));
export const Send48Regular = ( /*#__PURE__*/createFluentFontIcon("Send48Regular", "󰂙", 1, 48, { flipInRtl: true }));
export const Send48Filled = ( /*#__PURE__*/createFluentFontIcon("Send48Filled", "󰂘", 0, 48, { flipInRtl: true }));