@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 885 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DocumentChevronDoubleFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentChevronDoubleFilled", "", 2, undefined));
export const DocumentChevronDoubleRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentChevronDoubleRegular", "", 2, undefined));
export const DocumentChevronDouble20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentChevronDouble20Regular", "", 1, 20));
export const DocumentChevronDouble20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentChevronDouble20Filled", "", 0, 20));
export const DocumentChevronDouble24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentChevronDouble24Regular", "", 1, 24));
export const DocumentChevronDouble24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentChevronDouble24Filled", "", 0, 24));