Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib/atoms/fonts/clock-lock.js

11 lines
955 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ClockLockFilled = ( /*#__PURE__*/createFluentFontIcon("ClockLockFilled", "", 2, undefined));
export const ClockLockRegular = ( /*#__PURE__*/createFluentFontIcon("ClockLockRegular", "", 2, undefined));
export const ClockLock16Regular = ( /*#__PURE__*/createFluentFontIcon("ClockLock16Regular", "", 1, 16));
export const ClockLock16Filled = ( /*#__PURE__*/createFluentFontIcon("ClockLock16Filled", "", 0, 16));
export const ClockLock20Regular = ( /*#__PURE__*/createFluentFontIcon("ClockLock20Regular", "", 1, 20));
export const ClockLock20Filled = ( /*#__PURE__*/createFluentFontIcon("ClockLock20Filled", "", 0, 20));
export const ClockLock24Regular = ( /*#__PURE__*/createFluentFontIcon("ClockLock24Regular", "", 1, 24));
export const ClockLock24Filled = ( /*#__PURE__*/createFluentFontIcon("ClockLock24Filled", "", 0, 24));