Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/align-space-around-vertical.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

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));