7 lines
503 B
JavaScript
7 lines
503 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const InsertFilled = ( /*#__PURE__*/createFluentFontIcon("InsertFilled", "", 2, undefined));
|
|
export const InsertRegular = ( /*#__PURE__*/createFluentFontIcon("InsertRegular", "", 2, undefined));
|
|
export const Insert20Regular = ( /*#__PURE__*/createFluentFontIcon("Insert20Regular", "", 1, 20));
|
|
export const Insert20Filled = ( /*#__PURE__*/createFluentFontIcon("Insert20Filled", "", 0, 20));
|