@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 919 B
JavaScript
"use client";
import { createFluentIcon } from '../../utils/createFluentIcon';
export const HighlightAccentFilled = ( /*#__PURE__*/createFluentIcon('HighlightAccentFilled', "1em", ["M16.5 3v4a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5V3h13Zm-10 7.5v7l6.45-3.1a1 1 0 0 0 .55-.9v-3h-7Z"]));
export const HighlightAccent16Filled = ( /*#__PURE__*/createFluentIcon('HighlightAccent16Filled', "16", ["M13.5 2v3a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V2h11Zm-8 6.5h5v1.87a2 2 0 0 1-.97 1.71L5.5 14.5v-6Z"]));
export const HighlightAccent20Filled = ( /*#__PURE__*/createFluentIcon('HighlightAccent20Filled', "20", ["M16.5 3v4a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5V3h13Zm-10 7.5v7l6.45-3.1a1 1 0 0 0 .55-.9v-3h-7Z"]));
export const HighlightAccent24Filled = ( /*#__PURE__*/createFluentIcon('HighlightAccent24Filled', "24", ["M20 4v3.85a.75.75 0 0 1-.72.65H4.64A.75.75 0 0 1 4 7.74V4h16Zm-4.5 9.5h-7V21l6.58-3.1c.23-.11.38-.33.42-.58V13.5Z"]));