@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 789 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const RatioOneToOneFilled = ( /*#__PURE__*/createFluentFontIcon("RatioOneToOneFilled", "", 2, undefined));
export const RatioOneToOneRegular = ( /*#__PURE__*/createFluentFontIcon("RatioOneToOneRegular", "", 2, undefined));
export const RatioOneToOne20Regular = ( /*#__PURE__*/createFluentFontIcon("RatioOneToOne20Regular", "", 1, 20));
export const RatioOneToOne20Filled = ( /*#__PURE__*/createFluentFontIcon("RatioOneToOne20Filled", "", 0, 20));
export const RatioOneToOne24Regular = ( /*#__PURE__*/createFluentFontIcon("RatioOneToOne24Regular", "", 1, 24));
export const RatioOneToOne24Filled = ( /*#__PURE__*/createFluentFontIcon("RatioOneToOne24Filled", "", 0, 24));