UNPKG

@fluentui/react-icons

Version:

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

12 lines (11 loc) 1.09 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KeyReset24Filled = exports.KeyReset24Regular = exports.KeyReset20Filled = exports.KeyReset20Regular = exports.KeyResetRegular = exports.KeyResetFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.KeyResetFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyResetFilled", "", 2, undefined)); exports.KeyResetRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyResetRegular", "", 2, undefined)); exports.KeyReset20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyReset20Regular", "", 1, 20)); exports.KeyReset20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyReset20Filled", "", 0, 20)); exports.KeyReset24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyReset24Regular", "", 1, 24)); exports.KeyReset24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyReset24Filled", "", 0, 24));