9 lines
789 B
JavaScript
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));
|