9 lines
717 B
JavaScript
9 lines
717 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const HomeAddFilled = ( /*#__PURE__*/createFluentFontIcon("HomeAddFilled", "", 2, undefined));
|
|
export const HomeAddRegular = ( /*#__PURE__*/createFluentFontIcon("HomeAddRegular", "", 2, undefined));
|
|
export const HomeAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("HomeAdd20Regular", "", 1, 20));
|
|
export const HomeAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("HomeAdd20Filled", "", 0, 20));
|
|
export const HomeAdd24Regular = ( /*#__PURE__*/createFluentFontIcon("HomeAdd24Regular", "", 1, 24));
|
|
export const HomeAdd24Filled = ( /*#__PURE__*/createFluentFontIcon("HomeAdd24Filled", "", 0, 24));
|