@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.26 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TagEdit48Filled = exports.TagEdit48Regular = exports.TagEdit32Filled = exports.TagEdit32Regular = exports.TagEdit28Filled = exports.TagEdit28Regular = exports.TagEdit24Filled = exports.TagEdit24Regular = exports.TagEdit20Filled = exports.TagEdit20Regular = exports.TagEdit16Filled = exports.TagEdit16Regular = exports.TagEditRegular = exports.TagEditFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TagEditFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagEditFilled", "", 2, undefined));
exports.TagEditRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagEditRegular", "", 2, undefined));
exports.TagEdit16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagEdit16Regular", "", 1, 16));
exports.TagEdit16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagEdit16Filled", "", 0, 16));
exports.TagEdit20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagEdit20Regular", "", 1, 20));
exports.TagEdit20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagEdit20Filled", "", 0, 20));
exports.TagEdit24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagEdit24Regular", "", 1, 24));
exports.TagEdit24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagEdit24Filled", "", 0, 24));
exports.TagEdit28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagEdit28Regular", "", 1, 28));
exports.TagEdit28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagEdit28Filled", "", 0, 28));
exports.TagEdit32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagEdit32Regular", "", 1, 32));
exports.TagEdit32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagEdit32Filled", "", 0, 32));
exports.TagEdit48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagEdit48Regular", "", 1, 48));
exports.TagEdit48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TagEdit48Filled", "", 0, 48));