11 lines
971 B
JavaScript
11 lines
971 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PersonLockFilled = ( /*#__PURE__*/createFluentFontIcon("PersonLockFilled", "", 2, undefined));
|
|
export const PersonLockRegular = ( /*#__PURE__*/createFluentFontIcon("PersonLockRegular", "", 2, undefined));
|
|
export const PersonLock16Regular = ( /*#__PURE__*/createFluentFontIcon("PersonLock16Regular", "", 1, 16));
|
|
export const PersonLock16Filled = ( /*#__PURE__*/createFluentFontIcon("PersonLock16Filled", "", 0, 16));
|
|
export const PersonLock20Regular = ( /*#__PURE__*/createFluentFontIcon("PersonLock20Regular", "", 1, 20));
|
|
export const PersonLock20Filled = ( /*#__PURE__*/createFluentFontIcon("PersonLock20Filled", "", 0, 20));
|
|
export const PersonLock24Regular = ( /*#__PURE__*/createFluentFontIcon("PersonLock24Regular", "", 1, 24));
|
|
export const PersonLock24Filled = ( /*#__PURE__*/createFluentFontIcon("PersonLock24Filled", "", 0, 24));
|