9 lines
885 B
JavaScript
9 lines
885 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const BorderTopBottomDoubleFilled = ( /*#__PURE__*/createFluentFontIcon("BorderTopBottomDoubleFilled", "", 2, undefined));
|
|
export const BorderTopBottomDoubleRegular = ( /*#__PURE__*/createFluentFontIcon("BorderTopBottomDoubleRegular", "", 2, undefined));
|
|
export const BorderTopBottomDouble20Regular = ( /*#__PURE__*/createFluentFontIcon("BorderTopBottomDouble20Regular", "", 1, 20));
|
|
export const BorderTopBottomDouble20Filled = ( /*#__PURE__*/createFluentFontIcon("BorderTopBottomDouble20Filled", "", 0, 20));
|
|
export const BorderTopBottomDouble24Regular = ( /*#__PURE__*/createFluentFontIcon("BorderTopBottomDouble24Regular", "", 1, 24));
|
|
export const BorderTopBottomDouble24Filled = ( /*#__PURE__*/createFluentFontIcon("BorderTopBottomDouble24Filled", "", 0, 24));
|