Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/collections-add.js

12 lines
1.2 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CollectionsAdd24Filled = exports.CollectionsAdd24Regular = exports.CollectionsAdd20Filled = exports.CollectionsAdd20Regular = exports.CollectionsAddRegular = exports.CollectionsAddFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CollectionsAddFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CollectionsAddFilled", "", 2, undefined));
exports.CollectionsAddRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CollectionsAddRegular", "", 2, undefined));
exports.CollectionsAdd20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CollectionsAdd20Regular", "", 1, 20));
exports.CollectionsAdd20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CollectionsAdd20Filled", "", 0, 20));
exports.CollectionsAdd24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CollectionsAdd24Regular", "", 1, 24));
exports.CollectionsAdd24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CollectionsAdd24Filled", "", 0, 24));