11 lines
941 B
JavaScript
11 lines
941 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ArrowFitFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowFitFilled", "", 2, undefined));
|
|
export const ArrowFitRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowFitRegular", "", 2, undefined));
|
|
export const ArrowFit16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowFit16Regular", "", 1, 16));
|
|
export const ArrowFit16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowFit16Filled", "", 0, 16));
|
|
export const ArrowFit20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowFit20Regular", "", 1, 20));
|
|
export const ArrowFit20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowFit20Filled", "", 0, 20));
|
|
export const ArrowFit24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowFit24Regular", "", 1, 24));
|
|
export const ArrowFit24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowFit24Filled", "", 0, 24));
|