@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.44 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PersonNote24Filled = exports.PersonNote24Regular = exports.PersonNote20Filled = exports.PersonNote20Regular = exports.PersonNote16Filled = exports.PersonNote16Regular = exports.PersonNoteRegular = exports.PersonNoteFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PersonNoteFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonNoteFilled", "", 2, undefined));
exports.PersonNoteRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonNoteRegular", "", 2, undefined));
exports.PersonNote16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonNote16Regular", "", 1, 16));
exports.PersonNote16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonNote16Filled", "", 0, 16));
exports.PersonNote20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonNote20Regular", "", 1, 20));
exports.PersonNote20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonNote20Filled", "", 0, 20));
exports.PersonNote24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonNote24Regular", "", 1, 24));
exports.PersonNote24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonNote24Filled", "", 0, 24));