@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.25 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DocumentBulletListArrowLeftFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListArrowLeftFilled", "", 2, undefined));
export const DocumentBulletListArrowLeftRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListArrowLeftRegular", "", 2, undefined));
export const DocumentBulletListArrowLeft16Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListArrowLeft16Regular", "", 1, 16));
export const DocumentBulletListArrowLeft16Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListArrowLeft16Filled", "", 0, 16));
export const DocumentBulletListArrowLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListArrowLeft20Regular", "", 1, 20));
export const DocumentBulletListArrowLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListArrowLeft20Filled", "", 0, 20));
export const DocumentBulletListArrowLeft24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListArrowLeft24Regular", "", 1, 24));
export const DocumentBulletListArrowLeft24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListArrowLeft24Filled", "", 0, 24));