7 lines
567 B
JavaScript
7 lines
567 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const WindowAdPersonFilled = ( /*#__PURE__*/createFluentFontIcon("WindowAdPersonFilled", "", 2, undefined));
|
|
export const WindowAdPersonRegular = ( /*#__PURE__*/createFluentFontIcon("WindowAdPersonRegular", "", 2, undefined));
|
|
export const WindowAdPerson20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowAdPerson20Regular", "", 1, 20));
|
|
export const WindowAdPerson20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowAdPerson20Filled", "", 0, 20));
|