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

9 lines
693 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const SleepFilled = ( /*#__PURE__*/createFluentFontIcon("SleepFilled", "", 2, undefined));
export const SleepRegular = ( /*#__PURE__*/createFluentFontIcon("SleepRegular", "", 2, undefined));
export const Sleep20Regular = ( /*#__PURE__*/createFluentFontIcon("Sleep20Regular", "", 1, 20));
export const Sleep20Filled = ( /*#__PURE__*/createFluentFontIcon("Sleep20Filled", "", 0, 20));
export const Sleep24Regular = ( /*#__PURE__*/createFluentFontIcon("Sleep24Regular", "", 1, 24));
export const Sleep24Filled = ( /*#__PURE__*/createFluentFontIcon("Sleep24Filled", "", 0, 24));