9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const SendCopyFilled = ( /*#__PURE__*/createFluentFontIcon("SendCopyFilled", "", 2, undefined));
|
|
export const SendCopyRegular = ( /*#__PURE__*/createFluentFontIcon("SendCopyRegular", "", 2, undefined));
|
|
export const SendCopy20Regular = ( /*#__PURE__*/createFluentFontIcon("SendCopy20Regular", "", 1, 20));
|
|
export const SendCopy20Filled = ( /*#__PURE__*/createFluentFontIcon("SendCopy20Filled", "", 0, 20));
|
|
export const SendCopy24Regular = ( /*#__PURE__*/createFluentFontIcon("SendCopy24Regular", "", 1, 24));
|
|
export const SendCopy24Filled = ( /*#__PURE__*/createFluentFontIcon("SendCopy24Filled", "", 0, 24));
|