UNPKG

@fluentui/react-icons

Version:

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

12 lines (11 loc) 1.21 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ColorBackground24Filled = exports.ColorBackground24Regular = exports.ColorBackground20Filled = exports.ColorBackground20Regular = exports.ColorBackgroundRegular = exports.ColorBackgroundFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.ColorBackgroundFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ColorBackgroundFilled", "", 2, undefined)); exports.ColorBackgroundRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ColorBackgroundRegular", "", 2, undefined)); exports.ColorBackground20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ColorBackground20Regular", "", 1, 20)); exports.ColorBackground20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ColorBackground20Filled", "", 0, 20)); exports.ColorBackground24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ColorBackground24Regular", "", 1, 24)); exports.ColorBackground24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ColorBackground24Filled", "", 0, 24));