9 lines
753 B
JavaScript
9 lines
753 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const RealEstateFilled = ( /*#__PURE__*/createFluentFontIcon("RealEstateFilled", "", 2, undefined));
|
|
export const RealEstateRegular = ( /*#__PURE__*/createFluentFontIcon("RealEstateRegular", "", 2, undefined));
|
|
export const RealEstate20Regular = ( /*#__PURE__*/createFluentFontIcon("RealEstate20Regular", "", 1, 20));
|
|
export const RealEstate20Filled = ( /*#__PURE__*/createFluentFontIcon("RealEstate20Filled", "", 0, 20));
|
|
export const RealEstate24Regular = ( /*#__PURE__*/createFluentFontIcon("RealEstate24Regular", "", 1, 24));
|
|
export const RealEstate24Filled = ( /*#__PURE__*/createFluentFontIcon("RealEstate24Filled", "", 0, 24));
|