UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

17 lines (16 loc) 1.75 kB
"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 }));