9 lines
693 B
JavaScript
9 lines
693 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const LayerFilled = ( /*#__PURE__*/createFluentFontIcon("LayerFilled", "", 2, undefined));
|
|
export const LayerRegular = ( /*#__PURE__*/createFluentFontIcon("LayerRegular", "", 2, undefined));
|
|
export const Layer20Regular = ( /*#__PURE__*/createFluentFontIcon("Layer20Regular", "", 1, 20));
|
|
export const Layer20Filled = ( /*#__PURE__*/createFluentFontIcon("Layer20Filled", "", 0, 20));
|
|
export const Layer24Regular = ( /*#__PURE__*/createFluentFontIcon("Layer24Regular", "", 1, 24));
|
|
export const Layer24Filled = ( /*#__PURE__*/createFluentFontIcon("Layer24Filled", "", 0, 24));
|