@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 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));