12 lines
1.4 KiB
JavaScript
12 lines
1.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ArrowTrendingWrench24Filled = exports.ArrowTrendingWrench24Regular = exports.ArrowTrendingWrench20Filled = exports.ArrowTrendingWrench20Regular = exports.ArrowTrendingWrenchRegular = exports.ArrowTrendingWrenchFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ArrowTrendingWrenchFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingWrenchFilled", "", 2, undefined, { flipInRtl: true }));
|
|
exports.ArrowTrendingWrenchRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingWrenchRegular", "", 2, undefined, { flipInRtl: true }));
|
|
exports.ArrowTrendingWrench20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingWrench20Regular", "", 1, 20, { flipInRtl: true }));
|
|
exports.ArrowTrendingWrench20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingWrench20Filled", "", 0, 20, { flipInRtl: true }));
|
|
exports.ArrowTrendingWrench24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingWrench24Regular", "", 1, 24, { flipInRtl: true }));
|
|
exports.ArrowTrendingWrench24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingWrench24Filled", "", 0, 24, { flipInRtl: true }));
|