5 lines
375 B
JavaScript
5 lines
375 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const Component2DoubleTapSwipeUp24Regular = ( /*#__PURE__*/createFluentFontIcon("Component2DoubleTapSwipeUp24Regular", "", 1, 24));
|
|
export const Component2DoubleTapSwipeUp24Filled = ( /*#__PURE__*/createFluentFontIcon("Component2DoubleTapSwipeUp24Filled", "", 0, 24));
|