7 lines
647 B
JavaScript
7 lines
647 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const AlignSpaceAroundVerticalFilled = ( /*#__PURE__*/createFluentFontIcon("AlignSpaceAroundVerticalFilled", "", 2, undefined));
|
|
export const AlignSpaceAroundVerticalRegular = ( /*#__PURE__*/createFluentFontIcon("AlignSpaceAroundVerticalRegular", "", 2, undefined));
|
|
export const AlignSpaceAroundVertical20Regular = ( /*#__PURE__*/createFluentFontIcon("AlignSpaceAroundVertical20Regular", "", 1, 20));
|
|
export const AlignSpaceAroundVertical20Filled = ( /*#__PURE__*/createFluentFontIcon("AlignSpaceAroundVertical20Filled", "", 0, 20));
|