9 lines
717 B
JavaScript
9 lines
717 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const SignOutFilled = ( /*#__PURE__*/createFluentFontIcon("SignOutFilled", "", 2, undefined));
|
|
export const SignOutRegular = ( /*#__PURE__*/createFluentFontIcon("SignOutRegular", "", 2, undefined));
|
|
export const SignOut20Regular = ( /*#__PURE__*/createFluentFontIcon("SignOut20Regular", "", 1, 20));
|
|
export const SignOut20Filled = ( /*#__PURE__*/createFluentFontIcon("SignOut20Filled", "", 0, 20));
|
|
export const SignOut24Regular = ( /*#__PURE__*/createFluentFontIcon("SignOut24Regular", "", 1, 24));
|
|
export const SignOut24Filled = ( /*#__PURE__*/createFluentFontIcon("SignOut24Filled", "", 0, 24));
|