9 lines
681 B
JavaScript
9 lines
681 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const XrayFilled = ( /*#__PURE__*/createFluentFontIcon("XrayFilled", "", 2, undefined));
|
|
export const XrayRegular = ( /*#__PURE__*/createFluentFontIcon("XrayRegular", "", 2, undefined));
|
|
export const Xray20Regular = ( /*#__PURE__*/createFluentFontIcon("Xray20Regular", "", 1, 20));
|
|
export const Xray20Filled = ( /*#__PURE__*/createFluentFontIcon("Xray20Filled", "", 0, 20));
|
|
export const Xray24Regular = ( /*#__PURE__*/createFluentFontIcon("Xray24Regular", "", 1, 24));
|
|
export const Xray24Filled = ( /*#__PURE__*/createFluentFontIcon("Xray24Filled", "", 0, 24));
|