9 lines
923 B
JavaScript
9 lines
923 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const AlignSpaceEvenlyVerticalFilled = ( /*#__PURE__*/createFluentFontIcon("AlignSpaceEvenlyVerticalFilled", "", 2, undefined));
|
|
export const AlignSpaceEvenlyVerticalRegular = ( /*#__PURE__*/createFluentFontIcon("AlignSpaceEvenlyVerticalRegular", "", 2, undefined));
|
|
export const AlignSpaceEvenlyVertical20Regular = ( /*#__PURE__*/createFluentFontIcon("AlignSpaceEvenlyVertical20Regular", "", 1, 20));
|
|
export const AlignSpaceEvenlyVertical20Filled = ( /*#__PURE__*/createFluentFontIcon("AlignSpaceEvenlyVertical20Filled", "", 0, 20));
|
|
export const AlignSpaceEvenlyVertical24Regular = ( /*#__PURE__*/createFluentFontIcon("AlignSpaceEvenlyVertical24Regular", "", 1, 24));
|
|
export const AlignSpaceEvenlyVertical24Filled = ( /*#__PURE__*/createFluentFontIcon("AlignSpaceEvenlyVertical24Filled", "", 0, 24));
|