UNPKG

@fluentui/react-icons

Version:

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

17 lines (16 loc) 1.66 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ShoppingBagFilled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagFilled", "", 2, undefined)); export const ShoppingBagRegular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagRegular", "", 2, undefined)); export const ShoppingBag16Regular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBag16Regular", "", 1, 16)); export const ShoppingBag16Filled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBag16Filled", "", 0, 16)); export const ShoppingBag20Regular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBag20Regular", "", 1, 20)); export const ShoppingBag20Filled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBag20Filled", "", 0, 20)); export const ShoppingBag24Regular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBag24Regular", "", 1, 24)); export const ShoppingBag24Filled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBag24Filled", "", 0, 24)); export const ShoppingBag28Regular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBag28Regular", "󰚞", 1, 28)); export const ShoppingBag28Filled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBag28Filled", "󰜙", 0, 28)); export const ShoppingBag32Regular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBag32Regular", "󰚟", 1, 32)); export const ShoppingBag32Filled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBag32Filled", "󰜚", 0, 32)); export const ShoppingBag48Regular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBag48Regular", "󰚠", 1, 48)); export const ShoppingBag48Filled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBag48Filled", "󰜛", 0, 48));