@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.21 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ReadingListFilled = ( /*#__PURE__*/createFluentFontIcon("ReadingListFilled", "", 2, undefined));
export const ReadingListRegular = ( /*#__PURE__*/createFluentFontIcon("ReadingListRegular", "", 2, undefined));
export const ReadingList16Regular = ( /*#__PURE__*/createFluentFontIcon("ReadingList16Regular", "", 1, 16));
export const ReadingList16Filled = ( /*#__PURE__*/createFluentFontIcon("ReadingList16Filled", "", 0, 16));
export const ReadingList20Regular = ( /*#__PURE__*/createFluentFontIcon("ReadingList20Regular", "", 1, 20));
export const ReadingList20Filled = ( /*#__PURE__*/createFluentFontIcon("ReadingList20Filled", "", 0, 20));
export const ReadingList24Regular = ( /*#__PURE__*/createFluentFontIcon("ReadingList24Regular", "", 1, 24));
export const ReadingList24Filled = ( /*#__PURE__*/createFluentFontIcon("ReadingList24Filled", "", 0, 24));
export const ReadingList28Regular = ( /*#__PURE__*/createFluentFontIcon("ReadingList28Regular", "", 1, 28));
export const ReadingList28Filled = ( /*#__PURE__*/createFluentFontIcon("ReadingList28Filled", "", 0, 28));