9 lines
741 B
JavaScript
9 lines
741 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DrawImageFilled = ( /*#__PURE__*/createFluentFontIcon("DrawImageFilled", "", 2, undefined));
|
|
export const DrawImageRegular = ( /*#__PURE__*/createFluentFontIcon("DrawImageRegular", "", 2, undefined));
|
|
export const DrawImage20Regular = ( /*#__PURE__*/createFluentFontIcon("DrawImage20Regular", "", 1, 20));
|
|
export const DrawImage20Filled = ( /*#__PURE__*/createFluentFontIcon("DrawImage20Filled", "", 0, 20));
|
|
export const DrawImage24Regular = ( /*#__PURE__*/createFluentFontIcon("DrawImage24Regular", "", 1, 24));
|
|
export const DrawImage24Filled = ( /*#__PURE__*/createFluentFontIcon("DrawImage24Filled", "", 0, 24));
|