@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.18 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RatioOneToOne24Filled = exports.RatioOneToOne24Regular = exports.RatioOneToOne20Filled = exports.RatioOneToOne20Regular = exports.RatioOneToOneRegular = exports.RatioOneToOneFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.RatioOneToOneFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RatioOneToOneFilled", "", 2, undefined));
exports.RatioOneToOneRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RatioOneToOneRegular", "", 2, undefined));
exports.RatioOneToOne20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RatioOneToOne20Regular", "", 1, 20));
exports.RatioOneToOne20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RatioOneToOne20Filled", "", 0, 20));
exports.RatioOneToOne24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RatioOneToOne24Regular", "", 1, 24));
exports.RatioOneToOne24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RatioOneToOne24Filled", "", 0, 24));