11 lines
955 B
JavaScript
11 lines
955 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const BorderAllFilled = ( /*#__PURE__*/createFluentFontIcon("BorderAllFilled", "", 2, undefined));
|
|
export const BorderAllRegular = ( /*#__PURE__*/createFluentFontIcon("BorderAllRegular", "", 2, undefined));
|
|
export const BorderAll16Regular = ( /*#__PURE__*/createFluentFontIcon("BorderAll16Regular", "", 1, 16));
|
|
export const BorderAll16Filled = ( /*#__PURE__*/createFluentFontIcon("BorderAll16Filled", "", 0, 16));
|
|
export const BorderAll20Regular = ( /*#__PURE__*/createFluentFontIcon("BorderAll20Regular", "", 1, 20));
|
|
export const BorderAll20Filled = ( /*#__PURE__*/createFluentFontIcon("BorderAll20Filled", "", 0, 20));
|
|
export const BorderAll24Regular = ( /*#__PURE__*/createFluentFontIcon("BorderAll24Regular", "", 1, 24));
|
|
export const BorderAll24Filled = ( /*#__PURE__*/createFluentFontIcon("BorderAll24Filled", "", 0, 24));
|