9 lines
741 B
JavaScript
9 lines
741 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const SwipeDownFilled = ( /*#__PURE__*/createFluentFontIcon("SwipeDownFilled", "", 2, undefined));
|
|
export const SwipeDownRegular = ( /*#__PURE__*/createFluentFontIcon("SwipeDownRegular", "", 2, undefined));
|
|
export const SwipeDown20Regular = ( /*#__PURE__*/createFluentFontIcon("SwipeDown20Regular", "", 1, 20));
|
|
export const SwipeDown20Filled = ( /*#__PURE__*/createFluentFontIcon("SwipeDown20Filled", "", 0, 20));
|
|
export const SwipeDown24Regular = ( /*#__PURE__*/createFluentFontIcon("SwipeDown24Regular", "", 1, 24));
|
|
export const SwipeDown24Filled = ( /*#__PURE__*/createFluentFontIcon("SwipeDown24Filled", "", 0, 24));
|