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

11 lines
971 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ShapeUnionFilled = ( /*#__PURE__*/createFluentFontIcon("ShapeUnionFilled", "", 2, undefined));
export const ShapeUnionRegular = ( /*#__PURE__*/createFluentFontIcon("ShapeUnionRegular", "", 2, undefined));
export const ShapeUnion16Regular = ( /*#__PURE__*/createFluentFontIcon("ShapeUnion16Regular", "", 1, 16));
export const ShapeUnion16Filled = ( /*#__PURE__*/createFluentFontIcon("ShapeUnion16Filled", "", 0, 16));
export const ShapeUnion20Regular = ( /*#__PURE__*/createFluentFontIcon("ShapeUnion20Regular", "", 1, 20));
export const ShapeUnion20Filled = ( /*#__PURE__*/createFluentFontIcon("ShapeUnion20Filled", "", 0, 20));
export const ShapeUnion24Regular = ( /*#__PURE__*/createFluentFontIcon("ShapeUnion24Regular", "", 1, 24));
export const ShapeUnion24Filled = ( /*#__PURE__*/createFluentFontIcon("ShapeUnion24Filled", "", 0, 24));