@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 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));