@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.18 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StackVertical24Filled = exports.StackVertical24Regular = exports.StackVertical20Filled = exports.StackVertical20Regular = exports.StackVerticalRegular = exports.StackVerticalFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.StackVerticalFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StackVerticalFilled", "", 2, undefined));
exports.StackVerticalRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StackVerticalRegular", "", 2, undefined));
exports.StackVertical20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StackVertical20Regular", "", 1, 20));
exports.StackVertical20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StackVertical20Filled", "", 0, 20));
exports.StackVertical24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StackVertical24Regular", "", 1, 24));
exports.StackVertical24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StackVertical24Filled", "", 0, 24));