9 lines
717 B
JavaScript
9 lines
717 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const SwipeUpFilled = ( /*#__PURE__*/createFluentFontIcon("SwipeUpFilled", "", 2, undefined));
|
|
export const SwipeUpRegular = ( /*#__PURE__*/createFluentFontIcon("SwipeUpRegular", "", 2, undefined));
|
|
export const SwipeUp20Regular = ( /*#__PURE__*/createFluentFontIcon("SwipeUp20Regular", "", 1, 20));
|
|
export const SwipeUp20Filled = ( /*#__PURE__*/createFluentFontIcon("SwipeUp20Filled", "", 0, 20));
|
|
export const SwipeUp24Regular = ( /*#__PURE__*/createFluentFontIcon("SwipeUp24Regular", "", 1, 24));
|
|
export const SwipeUp24Filled = ( /*#__PURE__*/createFluentFontIcon("SwipeUp24Filled", "", 0, 24));
|