@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.49 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const BeachFilled = ( /*#__PURE__*/createFluentFontIcon("BeachFilled", "", 2, undefined));
export const BeachRegular = ( /*#__PURE__*/createFluentFontIcon("BeachRegular", "", 2, undefined));
export const Beach16Regular = ( /*#__PURE__*/createFluentFontIcon("Beach16Regular", "", 1, 16));
export const Beach16Filled = ( /*#__PURE__*/createFluentFontIcon("Beach16Filled", "", 0, 16));
export const Beach20Regular = ( /*#__PURE__*/createFluentFontIcon("Beach20Regular", "", 1, 20));
export const Beach20Filled = ( /*#__PURE__*/createFluentFontIcon("Beach20Filled", "", 0, 20));
export const Beach24Regular = ( /*#__PURE__*/createFluentFontIcon("Beach24Regular", "", 1, 24));
export const Beach24Filled = ( /*#__PURE__*/createFluentFontIcon("Beach24Filled", "", 0, 24));
export const Beach28Regular = ( /*#__PURE__*/createFluentFontIcon("Beach28Regular", "", 1, 28));
export const Beach28Filled = ( /*#__PURE__*/createFluentFontIcon("Beach28Filled", "", 0, 28));
export const Beach32Regular = ( /*#__PURE__*/createFluentFontIcon("Beach32Regular", "", 1, 32));
export const Beach32Filled = ( /*#__PURE__*/createFluentFontIcon("Beach32Filled", "", 0, 32));
export const Beach48Regular = ( /*#__PURE__*/createFluentFontIcon("Beach48Regular", "", 1, 48));
export const Beach48Filled = ( /*#__PURE__*/createFluentFontIcon("Beach48Filled", "", 0, 48));