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

9 lines
729 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const UmbrellaFilled = ( /*#__PURE__*/createFluentFontIcon("UmbrellaFilled", "", 2, undefined));
export const UmbrellaRegular = ( /*#__PURE__*/createFluentFontIcon("UmbrellaRegular", "", 2, undefined));
export const Umbrella20Regular = ( /*#__PURE__*/createFluentFontIcon("Umbrella20Regular", "", 1, 20));
export const Umbrella20Filled = ( /*#__PURE__*/createFluentFontIcon("Umbrella20Filled", "", 0, 20));
export const Umbrella24Regular = ( /*#__PURE__*/createFluentFontIcon("Umbrella24Regular", "", 1, 24));
export const Umbrella24Filled = ( /*#__PURE__*/createFluentFontIcon("Umbrella24Filled", "", 0, 24));