9 lines
717 B
JavaScript
9 lines
717 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const GestureFilled = ( /*#__PURE__*/createFluentFontIcon("GestureFilled", "", 2, undefined));
|
|
export const GestureRegular = ( /*#__PURE__*/createFluentFontIcon("GestureRegular", "", 2, undefined));
|
|
export const Gesture20Regular = ( /*#__PURE__*/createFluentFontIcon("Gesture20Regular", "", 1, 20));
|
|
export const Gesture20Filled = ( /*#__PURE__*/createFluentFontIcon("Gesture20Filled", "", 0, 20));
|
|
export const Gesture24Regular = ( /*#__PURE__*/createFluentFontIcon("Gesture24Regular", "", 1, 24));
|
|
export const Gesture24Filled = ( /*#__PURE__*/createFluentFontIcon("Gesture24Filled", "", 0, 24));
|