@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
19 lines (18 loc) • 2.11 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowUpRightDashesFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashesFilled", "", 2, undefined));
export const ArrowUpRightDashesRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashesRegular", "", 2, undefined));
export const ArrowUpRightDashes12Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashes12Regular", "", 1, 12));
export const ArrowUpRightDashes12Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashes12Filled", "", 0, 12));
export const ArrowUpRightDashes16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashes16Regular", "", 1, 16));
export const ArrowUpRightDashes16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashes16Filled", "", 0, 16));
export const ArrowUpRightDashes20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashes20Regular", "", 1, 20));
export const ArrowUpRightDashes20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashes20Filled", "", 0, 20));
export const ArrowUpRightDashes24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashes24Regular", "", 1, 24));
export const ArrowUpRightDashes24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashes24Filled", "", 0, 24));
export const ArrowUpRightDashes28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashes28Regular", "", 1, 28));
export const ArrowUpRightDashes28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashes28Filled", "", 0, 28));
export const ArrowUpRightDashes32Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashes32Regular", "", 1, 32));
export const ArrowUpRightDashes32Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashes32Filled", "", 0, 32));
export const ArrowUpRightDashes48Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashes48Regular", "", 1, 48));
export const ArrowUpRightDashes48Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowUpRightDashes48Filled", "", 0, 48));