9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const StarEditFilled = ( /*#__PURE__*/createFluentFontIcon("StarEditFilled", "", 2, undefined));
|
|
export const StarEditRegular = ( /*#__PURE__*/createFluentFontIcon("StarEditRegular", "", 2, undefined));
|
|
export const StarEdit20Regular = ( /*#__PURE__*/createFluentFontIcon("StarEdit20Regular", "", 1, 20));
|
|
export const StarEdit20Filled = ( /*#__PURE__*/createFluentFontIcon("StarEdit20Filled", "", 0, 20));
|
|
export const StarEdit24Regular = ( /*#__PURE__*/createFluentFontIcon("StarEdit24Regular", "", 1, 24));
|
|
export const StarEdit24Filled = ( /*#__PURE__*/createFluentFontIcon("StarEdit24Filled", "", 0, 24));
|