@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 825 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ShoppingBagPauseFilled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPauseFilled", "", 2, undefined));
export const ShoppingBagPauseRegular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPauseRegular", "", 2, undefined));
export const ShoppingBagPause20Regular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPause20Regular", "", 1, 20));
export const ShoppingBagPause20Filled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPause20Filled", "", 0, 20));
export const ShoppingBagPause24Regular = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPause24Regular", "", 1, 24));
export const ShoppingBagPause24Filled = ( /*#__PURE__*/createFluentFontIcon("ShoppingBagPause24Filled", "", 0, 24));