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

9 lines
717 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const RecycleFilled = ( /*#__PURE__*/createFluentFontIcon("RecycleFilled", "", 2, undefined));
export const RecycleRegular = ( /*#__PURE__*/createFluentFontIcon("RecycleRegular", "", 2, undefined));
export const Recycle20Regular = ( /*#__PURE__*/createFluentFontIcon("Recycle20Regular", "", 1, 20));
export const Recycle20Filled = ( /*#__PURE__*/createFluentFontIcon("Recycle20Filled", "", 0, 20));
export const Recycle32Regular = ( /*#__PURE__*/createFluentFontIcon("Recycle32Regular", "", 1, 32));
export const Recycle32Filled = ( /*#__PURE__*/createFluentFontIcon("Recycle32Filled", "", 0, 32));