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

9 lines
681 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DragFilled = ( /*#__PURE__*/createFluentFontIcon("DragFilled", "", 2, undefined));
export const DragRegular = ( /*#__PURE__*/createFluentFontIcon("DragRegular", "", 2, undefined));
export const Drag20Regular = ( /*#__PURE__*/createFluentFontIcon("Drag20Regular", "", 1, 20));
export const Drag20Filled = ( /*#__PURE__*/createFluentFontIcon("Drag20Filled", "", 0, 20));
export const Drag24Regular = ( /*#__PURE__*/createFluentFontIcon("Drag24Regular", "", 1, 24));
export const Drag24Filled = ( /*#__PURE__*/createFluentFontIcon("Drag24Filled", "", 0, 24));