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

9 lines
789 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const SmartwatchDotFilled = ( /*#__PURE__*/createFluentFontIcon("SmartwatchDotFilled", "", 2, undefined));
export const SmartwatchDotRegular = ( /*#__PURE__*/createFluentFontIcon("SmartwatchDotRegular", "", 2, undefined));
export const SmartwatchDot20Regular = ( /*#__PURE__*/createFluentFontIcon("SmartwatchDot20Regular", "", 1, 20));
export const SmartwatchDot20Filled = ( /*#__PURE__*/createFluentFontIcon("SmartwatchDot20Filled", "", 0, 20));
export const SmartwatchDot24Regular = ( /*#__PURE__*/createFluentFontIcon("SmartwatchDot24Regular", "", 1, 24));
export const SmartwatchDot24Filled = ( /*#__PURE__*/createFluentFontIcon("SmartwatchDot24Filled", "", 0, 24));