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

17 lines
1.4 KiB
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DropFilled = ( /*#__PURE__*/createFluentFontIcon("DropFilled", "", 2, undefined));
export const DropRegular = ( /*#__PURE__*/createFluentFontIcon("DropRegular", "", 2, undefined));
export const Drop12Regular = ( /*#__PURE__*/createFluentFontIcon("Drop12Regular", "", 1, 12));
export const Drop12Filled = ( /*#__PURE__*/createFluentFontIcon("Drop12Filled", "", 0, 12));
export const Drop16Regular = ( /*#__PURE__*/createFluentFontIcon("Drop16Regular", "", 1, 16));
export const Drop16Filled = ( /*#__PURE__*/createFluentFontIcon("Drop16Filled", "", 0, 16));
export const Drop20Regular = ( /*#__PURE__*/createFluentFontIcon("Drop20Regular", "", 1, 20));
export const Drop20Filled = ( /*#__PURE__*/createFluentFontIcon("Drop20Filled", "", 0, 20));
export const Drop24Regular = ( /*#__PURE__*/createFluentFontIcon("Drop24Regular", "", 1, 24));
export const Drop24Filled = ( /*#__PURE__*/createFluentFontIcon("Drop24Filled", "", 0, 24));
export const Drop28Regular = ( /*#__PURE__*/createFluentFontIcon("Drop28Regular", "", 1, 28));
export const Drop28Filled = ( /*#__PURE__*/createFluentFontIcon("Drop28Filled", "", 0, 28));
export const Drop48Regular = ( /*#__PURE__*/createFluentFontIcon("Drop48Regular", "", 1, 48));
export const Drop48Filled = ( /*#__PURE__*/createFluentFontIcon("Drop48Filled", "", 0, 48));