@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 989 B
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AlignSpaceBetweenVertical20Filled = exports.AlignSpaceBetweenVertical20Regular = exports.AlignSpaceBetweenVerticalRegular = exports.AlignSpaceBetweenVerticalFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.AlignSpaceBetweenVerticalFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlignSpaceBetweenVerticalFilled", "", 2, undefined));
exports.AlignSpaceBetweenVerticalRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlignSpaceBetweenVerticalRegular", "", 2, undefined));
exports.AlignSpaceBetweenVertical20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlignSpaceBetweenVertical20Regular", "", 1, 20));
exports.AlignSpaceBetweenVertical20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlignSpaceBetweenVertical20Filled", "", 0, 20));