@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 1.22 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextColorAccent24Filled = exports.TextColorAccent20Filled = exports.TextColorAccent16Filled = exports.TextColorAccentFilled = void 0;
const createFluentIcon_1 = require("../../utils/createFluentIcon");
exports.TextColorAccentFilled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextColorAccentFilled', "1em", ["M3.5 13.13c0-.35.24-.63.54-.63h11.92c.3 0 .54.28.54.63v3.74c0 .35-.24.63-.54.63H4.04c-.3 0-.54-.28-.54-.63v-3.75Z"]));
exports.TextColorAccent16Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextColorAccent16Filled', "16", ["M2.5 11.17c0-.37.25-.67.55-.67h9.9c.3 0 .55.3.55.67v2.66c0 .37-.25.67-.55.67h-9.9c-.3 0-.55-.3-.55-.67v-2.66Z"]));
exports.TextColorAccent20Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextColorAccent20Filled', "20", ["M3.5 13.13c0-.35.24-.63.54-.63h11.92c.3 0 .54.28.54.63v3.74c0 .35-.24.63-.54.63H4.04c-.3 0-.54-.28-.54-.63v-3.75Z"]));
exports.TextColorAccent24Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextColorAccent24Filled', "24", ["M3.5 17c0-1.1.9-2 2-2h12a2 2 0 0 1 2 2v2.5a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V17Z"]));