UNPKG

@fluentui/react-icons

Version:

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

13 lines (12 loc) 1.27 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ReadingListAddFilled = ( /*#__PURE__*/createFluentFontIcon("ReadingListAddFilled", "", 2, undefined)); export const ReadingListAddRegular = ( /*#__PURE__*/createFluentFontIcon("ReadingListAddRegular", "", 2, undefined)); export const ReadingListAdd16Regular = ( /*#__PURE__*/createFluentFontIcon("ReadingListAdd16Regular", "", 1, 16)); export const ReadingListAdd16Filled = ( /*#__PURE__*/createFluentFontIcon("ReadingListAdd16Filled", "", 0, 16)); export const ReadingListAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("ReadingListAdd20Regular", "", 1, 20)); export const ReadingListAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("ReadingListAdd20Filled", "", 0, 20)); export const ReadingListAdd24Regular = ( /*#__PURE__*/createFluentFontIcon("ReadingListAdd24Regular", "", 1, 24)); export const ReadingListAdd24Filled = ( /*#__PURE__*/createFluentFontIcon("ReadingListAdd24Filled", "", 0, 24)); export const ReadingListAdd28Regular = ( /*#__PURE__*/createFluentFontIcon("ReadingListAdd28Regular", "", 1, 28)); export const ReadingListAdd28Filled = ( /*#__PURE__*/createFluentFontIcon("ReadingListAdd28Filled", "", 0, 28));