@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 849 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ShoppingBagPercentFilled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPercentFilled", "", 2, undefined));
export const ShoppingBagPercentRegular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPercentRegular", "", 2, undefined));
export const ShoppingBagPercent20Regular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPercent20Regular", "", 1, 20));
export const ShoppingBagPercent20Filled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPercent20Filled", "", 0, 20));
export const ShoppingBagPercent24Regular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPercent24Regular", "", 1, 24));
export const ShoppingBagPercent24Filled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPercent24Filled", "", 0, 24));