UNPKG

@fluentui/react-icons

Version:

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

12 lines (11 loc) 1.23 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShoppingBagPause24Filled = exports.ShoppingBagPause24Regular = exports.ShoppingBagPause20Filled = exports.ShoppingBagPause20Regular = exports.ShoppingBagPauseRegular = exports.ShoppingBagPauseFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.ShoppingBagPauseFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShoppingBagPauseFilled", "", 2, undefined)); exports.ShoppingBagPauseRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShoppingBagPauseRegular", "", 2, undefined)); exports.ShoppingBagPause20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShoppingBagPause20Regular", "", 1, 20)); exports.ShoppingBagPause20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShoppingBagPause20Filled", "", 0, 20)); exports.ShoppingBagPause24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShoppingBagPause24Regular", "", 1, 24)); exports.ShoppingBagPause24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShoppingBagPause24Filled", "", 0, 24));