9 lines
721 B
JavaScript
9 lines
721 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const BalconyFilled = ( /*#__PURE__*/createFluentFontIcon("BalconyFilled", "", 2, undefined));
|
|
export const BalconyRegular = ( /*#__PURE__*/createFluentFontIcon("BalconyRegular", "", 2, undefined));
|
|
export const Balcony16Regular = ( /*#__PURE__*/createFluentFontIcon("Balcony16Regular", "", 1, 16));
|
|
export const Balcony16Filled = ( /*#__PURE__*/createFluentFontIcon("Balcony16Filled", "", 0, 16));
|
|
export const Balcony20Regular = ( /*#__PURE__*/createFluentFontIcon("Balcony20Regular", "", 1, 20));
|
|
export const Balcony20Filled = ( /*#__PURE__*/createFluentFontIcon("Balcony20Filled", "", 0, 20));
|