9 lines
717 B
JavaScript
9 lines
717 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CopyAddFilled = ( /*#__PURE__*/createFluentFontIcon("CopyAddFilled", "", 2, undefined));
|
|
export const CopyAddRegular = ( /*#__PURE__*/createFluentFontIcon("CopyAddRegular", "", 2, undefined));
|
|
export const CopyAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("CopyAdd20Regular", "", 1, 20));
|
|
export const CopyAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("CopyAdd20Filled", "", 0, 20));
|
|
export const CopyAdd24Regular = ( /*#__PURE__*/createFluentFontIcon("CopyAdd24Regular", "", 1, 24));
|
|
export const CopyAdd24Filled = ( /*#__PURE__*/createFluentFontIcon("CopyAdd24Filled", "", 0, 24));
|