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