11 lines
973 B
JavaScript
11 lines
973 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ArrowFitInFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowFitInFilled", "", 2, undefined));
|
|
export const ArrowFitInRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowFitInRegular", "", 2, undefined));
|
|
export const ArrowFitIn16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowFitIn16Regular", "", 1, 16));
|
|
export const ArrowFitIn16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowFitIn16Filled", "", 0, 16));
|
|
export const ArrowFitIn20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowFitIn20Regular", "", 1, 20));
|
|
export const ArrowFitIn20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowFitIn20Filled", "", 0, 20));
|
|
export const ArrowFitIn24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowFitIn24Regular", "", 1, 24));
|
|
export const ArrowFitIn24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowFitIn24Filled", "", 0, 24));
|