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