@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 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));