7 lines
527 B
JavaScript
7 lines
527 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TableCopyFilled = ( /*#__PURE__*/createFluentFontIcon("TableCopyFilled", "", 2, undefined));
|
|
export const TableCopyRegular = ( /*#__PURE__*/createFluentFontIcon("TableCopyRegular", "", 2, undefined));
|
|
export const TableCopy20Regular = ( /*#__PURE__*/createFluentFontIcon("TableCopy20Regular", "", 1, 20));
|
|
export const TableCopy20Filled = ( /*#__PURE__*/createFluentFontIcon("TableCopy20Filled", "", 0, 20));
|