11 lines
1003 B
JavaScript
11 lines
1003 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const WindowShieldFilled = ( /*#__PURE__*/createFluentFontIcon("WindowShieldFilled", "", 2, undefined));
|
|
export const WindowShieldRegular = ( /*#__PURE__*/createFluentFontIcon("WindowShieldRegular", "", 2, undefined));
|
|
export const WindowShield16Regular = ( /*#__PURE__*/createFluentFontIcon("WindowShield16Regular", "", 1, 16));
|
|
export const WindowShield16Filled = ( /*#__PURE__*/createFluentFontIcon("WindowShield16Filled", "", 0, 16));
|
|
export const WindowShield20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowShield20Regular", "", 1, 20));
|
|
export const WindowShield20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowShield20Filled", "", 0, 20));
|
|
export const WindowShield24Regular = ( /*#__PURE__*/createFluentFontIcon("WindowShield24Regular", "", 1, 24));
|
|
export const WindowShield24Filled = ( /*#__PURE__*/createFluentFontIcon("WindowShield24Filled", "", 0, 24));
|