@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 965 B
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextBulletListCheckmark20Filled = exports.TextBulletListCheckmark20Regular = exports.TextBulletListCheckmarkRegular = exports.TextBulletListCheckmarkFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextBulletListCheckmarkFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListCheckmarkFilled", "", 2, undefined));
exports.TextBulletListCheckmarkRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListCheckmarkRegular", "", 2, undefined));
exports.TextBulletListCheckmark20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListCheckmark20Regular", "", 1, 20));
exports.TextBulletListCheckmark20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListCheckmark20Filled", "", 0, 20));