11 lines
1.2 KiB
JavaScript
11 lines
1.2 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const LayoutColumnOneThirdLeftFilled = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdLeftFilled", "", 2, undefined));
|
|
export const LayoutColumnOneThirdLeftRegular = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdLeftRegular", "", 2, undefined));
|
|
export const LayoutColumnOneThirdLeft16Regular = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdLeft16Regular", "", 1, 16));
|
|
export const LayoutColumnOneThirdLeft16Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdLeft16Filled", "", 0, 16));
|
|
export const LayoutColumnOneThirdLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdLeft20Regular", "", 1, 20));
|
|
export const LayoutColumnOneThirdLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdLeft20Filled", "", 0, 20));
|
|
export const LayoutColumnOneThirdLeft24Regular = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdLeft24Regular", "", 1, 24));
|
|
export const LayoutColumnOneThirdLeft24Filled = ( /*#__PURE__*/createFluentFontIcon("LayoutColumnOneThirdLeft24Filled", "", 0, 24));
|