@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
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NoteEdit24Filled = exports.NoteEdit24Regular = exports.NoteEdit20Filled = exports.NoteEdit20Regular = exports.NoteEditRegular = exports.NoteEditFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.NoteEditFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NoteEditFilled", "", 2, undefined));
exports.NoteEditRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NoteEditRegular", "", 2, undefined));
exports.NoteEdit20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NoteEdit20Regular", "", 1, 20));
exports.NoteEdit20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NoteEdit20Filled", "", 0, 20));
exports.NoteEdit24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NoteEdit24Regular", "", 1, 24));
exports.NoteEdit24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NoteEdit24Filled", "", 0, 24));