9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PortUsbAFilled = ( /*#__PURE__*/createFluentFontIcon("PortUsbAFilled", "", 2, undefined));
|
|
export const PortUsbARegular = ( /*#__PURE__*/createFluentFontIcon("PortUsbARegular", "", 2, undefined));
|
|
export const PortUsbA20Regular = ( /*#__PURE__*/createFluentFontIcon("PortUsbA20Regular", "", 1, 20));
|
|
export const PortUsbA20Filled = ( /*#__PURE__*/createFluentFontIcon("PortUsbA20Filled", "", 0, 20));
|
|
export const PortUsbA24Regular = ( /*#__PURE__*/createFluentFontIcon("PortUsbA24Regular", "", 1, 24));
|
|
export const PortUsbA24Filled = ( /*#__PURE__*/createFluentFontIcon("PortUsbA24Filled", "", 0, 24));
|