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