UNPKG

@fluentui/react-icons

Version:

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

12 lines (11 loc) 1.07 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DoorTag24Filled = exports.DoorTag24Regular = exports.DoorTag20Filled = exports.DoorTag20Regular = exports.DoorTagRegular = exports.DoorTagFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.DoorTagFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoorTagFilled", "", 2, undefined)); exports.DoorTagRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoorTagRegular", "", 2, undefined)); exports.DoorTag20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoorTag20Regular", "", 1, 20)); exports.DoorTag20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoorTag20Filled", "", 0, 20)); exports.DoorTag24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoorTag24Regular", "", 1, 24)); exports.DoorTag24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoorTag24Filled", "", 0, 24));