UNPKG

@fluentui/react-icons

Version:

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

15 lines (14 loc) 1.6 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const TextBulletListRtlFilled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListRtlFilled", "", 2, undefined)); export const TextBulletListRtlRegular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListRtlRegular", "", 2, undefined)); export const TextBulletListRtl90Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListRtl90Regular", "", 2, undefined)); export const TextBulletListRtl90Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListRtl90Filled", "", 2, undefined)); export const TextBulletListRtl16Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListRtl16Regular", "", 1, 16)); export const TextBulletListRtl16Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListRtl16Filled", "", 0, 16)); export const TextBulletListRtl20Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListRtl20Regular", "", 1, 20)); export const TextBulletListRtl20Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListRtl20Filled", "", 0, 20)); export const TextBulletListRtl24Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListRtl24Regular", "", 1, 24)); export const TextBulletListRtl24Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListRtl24Filled", "", 0, 24)); export const TextBulletListRtl9020Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListRtl9020Regular", "", 1, 20)); export const TextBulletListRtl9020Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListRtl9020Filled", "", 0, 20));