UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

12 lines (11 loc) 987 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ColorFilled = ( /*#__PURE__*/createFluentFontIcon("ColorFilled", "", 2, undefined)); export const ColorRegular = ( /*#__PURE__*/createFluentFontIcon("ColorRegular", "", 2, undefined)); export const Color16Regular = ( /*#__PURE__*/createFluentFontIcon("Color16Regular", "", 1, 16)); export const Color16Filled = ( /*#__PURE__*/createFluentFontIcon("Color16Filled", "", 0, 16)); export const Color20Regular = ( /*#__PURE__*/createFluentFontIcon("Color20Regular", "", 1, 20)); export const Color20Filled = ( /*#__PURE__*/createFluentFontIcon("Color20Filled", "", 0, 20)); export const Color24Regular = ( /*#__PURE__*/createFluentFontIcon("Color24Regular", "", 1, 24)); export const Color24Filled = ( /*#__PURE__*/createFluentFontIcon("Color24Filled", "", 0, 24)); export const Color32Light = ( /*#__PURE__*/createFluentFontIcon("Color32Light", "", 3, 32));