UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 813 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ShoppingBagPlayFilled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPlayFilled", "", 2, undefined)); export const ShoppingBagPlayRegular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPlayRegular", "", 2, undefined)); export const ShoppingBagPlay20Regular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPlay20Regular", "", 1, 20)); export const ShoppingBagPlay20Filled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPlay20Filled", "", 0, 20)); export const ShoppingBagPlay24Regular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPlay24Regular", "", 1, 24)); export const ShoppingBagPlay24Filled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPlay24Filled", "", 0, 24));