@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 991 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ClipboardBulletListFilled = ( /*#__PURE__*/createFluentFontIcon("ClipboardBulletListFilled", "", 2, undefined, { flipInRtl: true }));
export const ClipboardBulletListRegular = ( /*#__PURE__*/createFluentFontIcon("ClipboardBulletListRegular", "", 2, undefined, { flipInRtl: true }));
export const ClipboardBulletList16Regular = ( /*#__PURE__*/createFluentFontIcon("ClipboardBulletList16Regular", "", 1, 16, { flipInRtl: true }));
export const ClipboardBulletList16Filled = ( /*#__PURE__*/createFluentFontIcon("ClipboardBulletList16Filled", "", 0, 16, { flipInRtl: true }));
export const ClipboardBulletList20Regular = ( /*#__PURE__*/createFluentFontIcon("ClipboardBulletList20Regular", "", 1, 20, { flipInRtl: true }));
export const ClipboardBulletList20Filled = ( /*#__PURE__*/createFluentFontIcon("ClipboardBulletList20Filled", "", 0, 20, { flipInRtl: true }));