10 lines
833 B
JavaScript
10 lines
833 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PipelinePlay20Filled = exports.PipelinePlay20Regular = exports.PipelinePlayRegular = exports.PipelinePlayFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PipelinePlayFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PipelinePlayFilled", "", 2, undefined));
|
|
exports.PipelinePlayRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PipelinePlayRegular", "", 2, undefined));
|
|
exports.PipelinePlay20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PipelinePlay20Regular", "", 1, 20));
|
|
exports.PipelinePlay20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PipelinePlay20Filled", "", 0, 20));
|