@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.08 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Pen48Filled = exports.Pen48Regular = exports.Pen32Filled = exports.Pen32Regular = exports.Pen28Filled = exports.Pen28Regular = exports.Pen24Filled = exports.Pen24Regular = exports.Pen20Filled = exports.Pen20Regular = exports.Pen16Filled = exports.Pen16Regular = exports.PenRegular = exports.PenFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PenFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PenFilled", "", 2, undefined));
exports.PenRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PenRegular", "", 2, undefined));
exports.Pen16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pen16Regular", "", 1, 16));
exports.Pen16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pen16Filled", "", 0, 16));
exports.Pen20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pen20Regular", "", 1, 20));
exports.Pen20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pen20Filled", "", 0, 20));
exports.Pen24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pen24Regular", "", 1, 24));
exports.Pen24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pen24Filled", "", 0, 24));
exports.Pen28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pen28Regular", "", 1, 28));
exports.Pen28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pen28Filled", "", 0, 28));
exports.Pen32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pen32Regular", "", 1, 32));
exports.Pen32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pen32Filled", "", 0, 32));
exports.Pen48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pen48Regular", "", 1, 48));
exports.Pen48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pen48Filled", "", 0, 48));