@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.46 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Collections24Filled = exports.Collections24Regular = exports.Collections20Filled = exports.Collections20Regular = exports.Collections16Filled = exports.Collections16Regular = exports.CollectionsRegular = exports.CollectionsFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CollectionsFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CollectionsFilled", "", 2, undefined));
exports.CollectionsRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CollectionsRegular", "", 2, undefined));
exports.Collections16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Collections16Regular", "", 1, 16));
exports.Collections16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Collections16Filled", "", 0, 16));
exports.Collections20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Collections20Regular", "", 1, 20));
exports.Collections20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Collections20Filled", "", 0, 20));
exports.Collections24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Collections24Regular", "", 1, 24));
exports.Collections24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Collections24Filled", "", 0, 24));