9 lines
1023 B
JavaScript
9 lines
1023 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ArrowForwardDownPersonFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowForwardDownPersonFilled", "", 2, undefined, { flipInRtl: true }));
|
|
export const ArrowForwardDownPersonRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowForwardDownPersonRegular", "", 2, undefined, { flipInRtl: true }));
|
|
export const ArrowForwardDownPerson20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowForwardDownPerson20Regular", "", 1, 20, { flipInRtl: true }));
|
|
export const ArrowForwardDownPerson20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowForwardDownPerson20Filled", "", 0, 20, { flipInRtl: true }));
|
|
export const ArrowForwardDownPerson24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowForwardDownPerson24Regular", "", 1, 24, { flipInRtl: true }));
|
|
export const ArrowForwardDownPerson24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowForwardDownPerson24Filled", "", 0, 24, { flipInRtl: true }));
|