@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 987 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowTrendingWrenchFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowTrendingWrenchFilled", "", 2, undefined, { flipInRtl: true }));
export const ArrowTrendingWrenchRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowTrendingWrenchRegular", "", 2, undefined, { flipInRtl: true }));
export const ArrowTrendingWrench20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowTrendingWrench20Regular", "", 1, 20, { flipInRtl: true }));
export const ArrowTrendingWrench20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowTrendingWrench20Filled", "", 0, 20, { flipInRtl: true }));
export const ArrowTrendingWrench24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowTrendingWrench24Regular", "", 1, 24, { flipInRtl: true }));
export const ArrowTrendingWrench24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowTrendingWrench24Filled", "", 0, 24, { flipInRtl: true }));