7 lines
543 B
JavaScript
7 lines
543 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const WindowAdOffFilled = ( /*#__PURE__*/createFluentFontIcon("WindowAdOffFilled", "", 2, undefined));
|
|
export const WindowAdOffRegular = ( /*#__PURE__*/createFluentFontIcon("WindowAdOffRegular", "", 2, undefined));
|
|
export const WindowAdOff20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowAdOff20Regular", "", 1, 20));
|
|
export const WindowAdOff20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowAdOff20Filled", "", 0, 20));
|