Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/shape-union.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

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