Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib/atoms/fonts/arrow-trending-wrench.js

9 lines
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 }));