@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.41 kB
JavaScript
"use client";
;
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 }));