9 lines
681 B
JavaScript
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));
|