9 lines
789 B
JavaScript
9 lines
789 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const WindowDevEditFilled = ( /*#__PURE__*/createFluentFontIcon("WindowDevEditFilled", "", 2, undefined));
|
|
export const WindowDevEditRegular = ( /*#__PURE__*/createFluentFontIcon("WindowDevEditRegular", "", 2, undefined));
|
|
export const WindowDevEdit16Regular = ( /*#__PURE__*/createFluentFontIcon("WindowDevEdit16Regular", "", 1, 16));
|
|
export const WindowDevEdit16Filled = ( /*#__PURE__*/createFluentFontIcon("WindowDevEdit16Filled", "", 0, 16));
|
|
export const WindowDevEdit20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowDevEdit20Regular", "", 1, 20));
|
|
export const WindowDevEdit20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowDevEdit20Filled", "", 0, 20));
|