@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 793 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const StackVerticalFilled = ( /*#__PURE__*/createFluentFontIcon("StackVerticalFilled", "", 2, undefined));
export const StackVerticalRegular = ( /*#__PURE__*/createFluentFontIcon("StackVerticalRegular", "", 2, undefined));
export const StackVertical20Regular = ( /*#__PURE__*/createFluentFontIcon("StackVertical20Regular", "", 1, 20));
export const StackVertical20Filled = ( /*#__PURE__*/createFluentFontIcon("StackVertical20Filled", "", 0, 20));
export const StackVertical24Regular = ( /*#__PURE__*/createFluentFontIcon("StackVertical24Regular", "", 1, 24));
export const StackVertical24Filled = ( /*#__PURE__*/createFluentFontIcon("StackVertical24Filled", "", 0, 24));