UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

19 lines (18 loc) 1.84 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const RecordStopFilled = ( /*#__PURE__*/createFluentFontIcon("RecordStopFilled", "", 2, undefined)); export const RecordStopRegular = ( /*#__PURE__*/createFluentFontIcon("RecordStopRegular", "", 2, undefined)); export const RecordStop12Regular = ( /*#__PURE__*/createFluentFontIcon("RecordStop12Regular", "", 1, 12)); export const RecordStop12Filled = ( /*#__PURE__*/createFluentFontIcon("RecordStop12Filled", "", 0, 12)); export const RecordStop16Regular = ( /*#__PURE__*/createFluentFontIcon("RecordStop16Regular", "", 1, 16)); export const RecordStop16Filled = ( /*#__PURE__*/createFluentFontIcon("RecordStop16Filled", "", 0, 16)); export const RecordStop20Regular = ( /*#__PURE__*/createFluentFontIcon("RecordStop20Regular", "", 1, 20)); export const RecordStop20Filled = ( /*#__PURE__*/createFluentFontIcon("RecordStop20Filled", "", 0, 20)); export const RecordStop24Regular = ( /*#__PURE__*/createFluentFontIcon("RecordStop24Regular", "", 1, 24)); export const RecordStop24Filled = ( /*#__PURE__*/createFluentFontIcon("RecordStop24Filled", "", 0, 24)); export const RecordStop28Regular = ( /*#__PURE__*/createFluentFontIcon("RecordStop28Regular", "", 1, 28)); export const RecordStop28Filled = ( /*#__PURE__*/createFluentFontIcon("RecordStop28Filled", "", 0, 28)); export const RecordStop32Regular = ( /*#__PURE__*/createFluentFontIcon("RecordStop32Regular", "", 1, 32)); export const RecordStop32Filled = ( /*#__PURE__*/createFluentFontIcon("RecordStop32Filled", "", 0, 32)); export const RecordStop48Regular = ( /*#__PURE__*/createFluentFontIcon("RecordStop48Regular", "", 1, 48)); export const RecordStop48Filled = ( /*#__PURE__*/createFluentFontIcon("RecordStop48Filled", "", 0, 48));