9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PortHdmiFilled = ( /*#__PURE__*/createFluentFontIcon("PortHdmiFilled", "", 2, undefined));
|
|
export const PortHdmiRegular = ( /*#__PURE__*/createFluentFontIcon("PortHdmiRegular", "", 2, undefined));
|
|
export const PortHdmi20Regular = ( /*#__PURE__*/createFluentFontIcon("PortHdmi20Regular", "", 1, 20));
|
|
export const PortHdmi20Filled = ( /*#__PURE__*/createFluentFontIcon("PortHdmi20Filled", "", 0, 20));
|
|
export const PortHdmi24Regular = ( /*#__PURE__*/createFluentFontIcon("PortHdmi24Regular", "", 1, 24));
|
|
export const PortHdmi24Filled = ( /*#__PURE__*/createFluentFontIcon("PortHdmi24Filled", "", 0, 24));
|