UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 741 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const DrawShapeFilled = ( /*#__PURE__*/createFluentFontIcon("DrawShapeFilled", "", 2, undefined)); export const DrawShapeRegular = ( /*#__PURE__*/createFluentFontIcon("DrawShapeRegular", "", 2, undefined)); export const DrawShape20Regular = ( /*#__PURE__*/createFluentFontIcon("DrawShape20Regular", "", 1, 20)); export const DrawShape20Filled = ( /*#__PURE__*/createFluentFontIcon("DrawShape20Filled", "", 0, 20)); export const DrawShape24Regular = ( /*#__PURE__*/createFluentFontIcon("DrawShape24Regular", "", 1, 24)); export const DrawShape24Filled = ( /*#__PURE__*/createFluentFontIcon("DrawShape24Filled", "", 0, 24));