9 lines
753 B
JavaScript
9 lines
753 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const SwipeRightFilled = ( /*#__PURE__*/createFluentFontIcon("SwipeRightFilled", "", 2, undefined));
|
|
export const SwipeRightRegular = ( /*#__PURE__*/createFluentFontIcon("SwipeRightRegular", "", 2, undefined));
|
|
export const SwipeRight20Regular = ( /*#__PURE__*/createFluentFontIcon("SwipeRight20Regular", "", 1, 20));
|
|
export const SwipeRight20Filled = ( /*#__PURE__*/createFluentFontIcon("SwipeRight20Filled", "", 0, 20));
|
|
export const SwipeRight24Regular = ( /*#__PURE__*/createFluentFontIcon("SwipeRight24Regular", "", 1, 24));
|
|
export const SwipeRight24Filled = ( /*#__PURE__*/createFluentFontIcon("SwipeRight24Filled", "", 0, 24));
|