7 lines
655 B
JavaScript
7 lines
655 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const AlignSpaceBetweenVerticalFilled = ( /*#__PURE__*/createFluentFontIcon("AlignSpaceBetweenVerticalFilled", "", 2, undefined));
|
|
export const AlignSpaceBetweenVerticalRegular = ( /*#__PURE__*/createFluentFontIcon("AlignSpaceBetweenVerticalRegular", "", 2, undefined));
|
|
export const AlignSpaceBetweenVertical20Regular = ( /*#__PURE__*/createFluentFontIcon("AlignSpaceBetweenVertical20Regular", "", 1, 20));
|
|
export const AlignSpaceBetweenVertical20Filled = ( /*#__PURE__*/createFluentFontIcon("AlignSpaceBetweenVertical20Filled", "", 0, 20));
|