11 lines
1.1 KiB
JavaScript
11 lines
1.1 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ClipboardArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon("ClipboardArrowRightFilled", "", 2, undefined));
|
|
export const ClipboardArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon("ClipboardArrowRightRegular", "", 2, undefined));
|
|
export const ClipboardArrowRight16Regular = ( /*#__PURE__*/createFluentFontIcon("ClipboardArrowRight16Regular", "", 1, 16));
|
|
export const ClipboardArrowRight16Filled = ( /*#__PURE__*/createFluentFontIcon("ClipboardArrowRight16Filled", "", 0, 16));
|
|
export const ClipboardArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon("ClipboardArrowRight20Regular", "", 1, 20));
|
|
export const ClipboardArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon("ClipboardArrowRight20Filled", "", 0, 20));
|
|
export const ClipboardArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon("ClipboardArrowRight24Regular", "", 1, 24));
|
|
export const ClipboardArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon("ClipboardArrowRight24Filled", "", 0, 24));
|