@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.63 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BuildingRetailMore32Filled = exports.BuildingRetailMore32Regular = exports.BuildingRetailMore24Filled = exports.BuildingRetailMore24Regular = exports.BuildingRetailMore20Filled = exports.BuildingRetailMore20Regular = exports.BuildingRetailMoreRegular = exports.BuildingRetailMoreFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.BuildingRetailMoreFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BuildingRetailMoreFilled", "", 2, undefined));
exports.BuildingRetailMoreRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BuildingRetailMoreRegular", "", 2, undefined));
exports.BuildingRetailMore20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BuildingRetailMore20Regular", "", 1, 20));
exports.BuildingRetailMore20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BuildingRetailMore20Filled", "", 0, 20));
exports.BuildingRetailMore24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BuildingRetailMore24Regular", "", 1, 24));
exports.BuildingRetailMore24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BuildingRetailMore24Filled", "", 0, 24));
exports.BuildingRetailMore32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BuildingRetailMore32Regular", "", 1, 32));
exports.BuildingRetailMore32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BuildingRetailMore32Filled", "", 0, 32));