Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib/atoms/fonts/draw-shape.js

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));