@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 987 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const RadioButtonFilled = ( /*#__PURE__*/createFluentFontIcon("RadioButtonFilled", "", 2, undefined));
export const RadioButtonRegular = ( /*#__PURE__*/createFluentFontIcon("RadioButtonRegular", "", 2, undefined));
export const RadioButton16Regular = ( /*#__PURE__*/createFluentFontIcon("RadioButton16Regular", "", 1, 16));
export const RadioButton16Filled = ( /*#__PURE__*/createFluentFontIcon("RadioButton16Filled", "", 0, 16));
export const RadioButton20Regular = ( /*#__PURE__*/createFluentFontIcon("RadioButton20Regular", "", 1, 20));
export const RadioButton20Filled = ( /*#__PURE__*/createFluentFontIcon("RadioButton20Filled", "", 0, 20));
export const RadioButton24Regular = ( /*#__PURE__*/createFluentFontIcon("RadioButton24Regular", "", 1, 24));
export const RadioButton24Filled = ( /*#__PURE__*/createFluentFontIcon("RadioButton24Filled", "", 0, 24));