@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.27 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ColorFillFilled = ( /*#__PURE__*/createFluentFontIcon("ColorFillFilled", "", 2, undefined));
export const ColorFillRegular = ( /*#__PURE__*/createFluentFontIcon("ColorFillRegular", "", 2, undefined));
export const ColorFill16Regular = ( /*#__PURE__*/createFluentFontIcon("ColorFill16Regular", "", 1, 16));
export const ColorFill16Filled = ( /*#__PURE__*/createFluentFontIcon("ColorFill16Filled", "", 0, 16));
export const ColorFill20Regular = ( /*#__PURE__*/createFluentFontIcon("ColorFill20Regular", "", 1, 20));
export const ColorFill20Filled = ( /*#__PURE__*/createFluentFontIcon("ColorFill20Filled", "", 0, 20));
export const ColorFill24Regular = ( /*#__PURE__*/createFluentFontIcon("ColorFill24Regular", "", 1, 24));
export const ColorFill24Filled = ( /*#__PURE__*/createFluentFontIcon("ColorFill24Filled", "", 0, 24));
export const ColorFill28Regular = ( /*#__PURE__*/createFluentFontIcon("ColorFill28Regular", "", 1, 28));
export const ColorFill28Filled = ( /*#__PURE__*/createFluentFontIcon("ColorFill28Filled", "", 0, 28));
export const ColorFill32Light = ( /*#__PURE__*/createFluentFontIcon("ColorFill32Light", "", 3, 32));