9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const GlobeAddFilled = ( /*#__PURE__*/createFluentFontIcon("GlobeAddFilled", "", 2, undefined));
|
|
export const GlobeAddRegular = ( /*#__PURE__*/createFluentFontIcon("GlobeAddRegular", "", 2, undefined));
|
|
export const GlobeAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("GlobeAdd20Regular", "", 1, 20));
|
|
export const GlobeAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("GlobeAdd20Filled", "", 0, 20));
|
|
export const GlobeAdd24Regular = ( /*#__PURE__*/createFluentFontIcon("GlobeAdd24Regular", "", 1, 24));
|
|
export const GlobeAdd24Filled = ( /*#__PURE__*/createFluentFontIcon("GlobeAdd24Filled", "", 0, 24));
|