@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 909 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowAutofitWidthDottedFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowAutofitWidthDottedFilled", "", 2, undefined));
export const ArrowAutofitWidthDottedRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowAutofitWidthDottedRegular", "", 2, undefined));
export const ArrowAutofitWidthDotted20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowAutofitWidthDotted20Regular", "", 1, 20));
export const ArrowAutofitWidthDotted20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowAutofitWidthDotted20Filled", "", 0, 20));
export const ArrowAutofitWidthDotted24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowAutofitWidthDotted24Regular", "", 1, 24));
export const ArrowAutofitWidthDotted24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowAutofitWidthDotted24Filled", "", 0, 24));