UNPKG

@fluentui/react-icons

Version:

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

14 lines (13 loc) 1.53 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WindowDatabase32Filled = exports.WindowDatabase32Regular = exports.WindowDatabase24Filled = exports.WindowDatabase24Regular = exports.WindowDatabase20Filled = exports.WindowDatabase20Regular = exports.WindowDatabaseRegular = exports.WindowDatabaseFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.WindowDatabaseFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowDatabaseFilled", "", 2, undefined)); exports.WindowDatabaseRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowDatabaseRegular", "", 2, undefined)); exports.WindowDatabase20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowDatabase20Regular", "", 1, 20)); exports.WindowDatabase20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowDatabase20Filled", "", 0, 20)); exports.WindowDatabase24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowDatabase24Regular", "", 1, 24)); exports.WindowDatabase24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowDatabase24Filled", "", 0, 24)); exports.WindowDatabase32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowDatabase32Regular", "󰋏", 1, 32)); exports.WindowDatabase32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowDatabase32Filled", "󰋢", 0, 32));