12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PipelineAdd32Filled = exports.PipelineAdd32Regular = exports.PipelineAdd20Filled = exports.PipelineAdd20Regular = exports.PipelineAddRegular = exports.PipelineAddFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PipelineAddFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PipelineAddFilled", "", 2, undefined));
|
|
exports.PipelineAddRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PipelineAddRegular", "", 2, undefined));
|
|
exports.PipelineAdd20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PipelineAdd20Regular", "", 1, 20));
|
|
exports.PipelineAdd20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PipelineAdd20Filled", "", 0, 20));
|
|
exports.PipelineAdd32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PipelineAdd32Regular", "", 1, 32));
|
|
exports.PipelineAdd32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PipelineAdd32Filled", "", 0, 32));
|