@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 1.1 kB
JavaScript
"use client";
import { createFluentIcon } from '../../utils/createFluentIcon';
export const TextColorAccentFilled = ( /*#__PURE__*/createFluentIcon('TextColorAccentFilled', "1em", `<path d="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" fill="#212121"/>`, { color: true }));
export const TextColorAccent16Filled = ( /*#__PURE__*/createFluentIcon('TextColorAccent16Filled', "16", `<path d="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" fill="#212121"/>`, { color: true }));
export const TextColorAccent20Filled = ( /*#__PURE__*/createFluentIcon('TextColorAccent20Filled', "20", `<path d="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" fill="#212121"/>`, { color: true }));
export const TextColorAccent24Filled = ( /*#__PURE__*/createFluentIcon('TextColorAccent24Filled', "24", `<path d="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" fill="#212121"/>`, { color: true }));