@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 741 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ShortpickFilled = ( /*#__PURE__*/createFluentFontIcon("ShortpickFilled", "", 2, undefined));
export const ShortpickRegular = ( /*#__PURE__*/createFluentFontIcon("ShortpickRegular", "", 2, undefined));
export const Shortpick20Regular = ( /*#__PURE__*/createFluentFontIcon("Shortpick20Regular", "", 1, 20));
export const Shortpick20Filled = ( /*#__PURE__*/createFluentFontIcon("Shortpick20Filled", "", 0, 20));
export const Shortpick24Regular = ( /*#__PURE__*/createFluentFontIcon("Shortpick24Regular", "", 1, 24));
export const Shortpick24Filled = ( /*#__PURE__*/createFluentFontIcon("Shortpick24Filled", "", 0, 24));