@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 978 B
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Pi24Filled = exports.Pi24Regular = exports.Pi20Filled = exports.Pi20Regular = exports.PiRegular = exports.PiFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PiFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PiFilled", "", 2, undefined));
exports.PiRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PiRegular", "", 2, undefined));
exports.Pi20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pi20Regular", "", 1, 20));
exports.Pi20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pi20Filled", "", 0, 20));
exports.Pi24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pi24Regular", "", 1, 24));
exports.Pi24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Pi24Filled", "", 0, 24));