Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/clock-lock.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

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));