@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 849 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ChevronDoubleRightFilled = ( /*#__PURE__*/createFluentFontIcon("ChevronDoubleRightFilled", "", 2, undefined));
export const ChevronDoubleRightRegular = ( /*#__PURE__*/createFluentFontIcon("ChevronDoubleRightRegular", "", 2, undefined));
export const ChevronDoubleRight16Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronDoubleRight16Regular", "", 1, 16));
export const ChevronDoubleRight16Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronDoubleRight16Filled", "", 0, 16));
export const ChevronDoubleRight20Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronDoubleRight20Regular", "", 1, 20));
export const ChevronDoubleRight20Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronDoubleRight20Filled", "", 0, 20));