9 lines
765 B
JavaScript
9 lines
765 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const SportHockeyFilled = ( /*#__PURE__*/createFluentFontIcon("SportHockeyFilled", "", 2, undefined));
|
|
export const SportHockeyRegular = ( /*#__PURE__*/createFluentFontIcon("SportHockeyRegular", "", 2, undefined));
|
|
export const SportHockey20Regular = ( /*#__PURE__*/createFluentFontIcon("SportHockey20Regular", "", 1, 20));
|
|
export const SportHockey20Filled = ( /*#__PURE__*/createFluentFontIcon("SportHockey20Filled", "", 0, 20));
|
|
export const SportHockey24Regular = ( /*#__PURE__*/createFluentFontIcon("SportHockey24Regular", "", 1, 24));
|
|
export const SportHockey24Filled = ( /*#__PURE__*/createFluentFontIcon("SportHockey24Filled", "", 0, 24));
|