Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/recycle.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

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));