@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 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));