11 lines
1.3 KiB
JavaScript
11 lines
1.3 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const LayoutColumnOneThirdRightHintFilled = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdRightHintFilled", "", 2, undefined));
|
|
export const LayoutColumnOneThirdRightHintRegular = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdRightHintRegular", "", 2, undefined));
|
|
export const LayoutColumnOneThirdRightHint16Regular = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdRightHint16Regular", "", 1, 16));
|
|
export const LayoutColumnOneThirdRightHint16Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdRightHint16Filled", "", 0, 16));
|
|
export const LayoutColumnOneThirdRightHint20Regular = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdRightHint20Regular", "", 1, 20));
|
|
export const LayoutColumnOneThirdRightHint20Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdRightHint20Filled", "", 0, 20));
|
|
export const LayoutColumnOneThirdRightHint24Regular = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdRightHint24Regular", "", 1, 24));
|
|
export const LayoutColumnOneThirdRightHint24Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdRightHint24Filled", "", 0, 24));
|