9 lines
741 B
JavaScript
9 lines
741 B
JavaScript
"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));
|