13 lines
1.1 KiB
JavaScript
13 lines
1.1 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TapDoubleFilled = ( /*#__PURE__*/createFluentFontIcon("TapDoubleFilled", "", 2, undefined));
|
|
export const TapDoubleRegular = ( /*#__PURE__*/createFluentFontIcon("TapDoubleRegular", "", 2, undefined));
|
|
export const TapDouble20Regular = ( /*#__PURE__*/createFluentFontIcon("TapDouble20Regular", "", 1, 20));
|
|
export const TapDouble20Filled = ( /*#__PURE__*/createFluentFontIcon("TapDouble20Filled", "", 0, 20));
|
|
export const TapDouble24Regular = ( /*#__PURE__*/createFluentFontIcon("TapDouble24Regular", "", 1, 24));
|
|
export const TapDouble24Filled = ( /*#__PURE__*/createFluentFontIcon("TapDouble24Filled", "", 0, 24));
|
|
export const TapDouble32Regular = ( /*#__PURE__*/createFluentFontIcon("TapDouble32Regular", "", 1, 32));
|
|
export const TapDouble32Filled = ( /*#__PURE__*/createFluentFontIcon("TapDouble32Filled", "", 0, 32));
|
|
export const TapDouble48Regular = ( /*#__PURE__*/createFluentFontIcon("TapDouble48Regular", "", 1, 48));
|
|
export const TapDouble48Filled = ( /*#__PURE__*/createFluentFontIcon("TapDouble48Filled", "", 0, 48));
|