@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.07 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PersonArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon("PersonArrowRightFilled", "", 2, undefined));
export const PersonArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon("PersonArrowRightRegular", "", 2, undefined));
export const PersonArrowRight16Regular = ( /*#__PURE__*/createFluentFontIcon("PersonArrowRight16Regular", "", 1, 16));
export const PersonArrowRight16Filled = ( /*#__PURE__*/createFluentFontIcon("PersonArrowRight16Filled", "", 0, 16));
export const PersonArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon("PersonArrowRight20Regular", "", 1, 20));
export const PersonArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon("PersonArrowRight20Filled", "", 0, 20));
export const PersonArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon("PersonArrowRight24Regular", "", 1, 24));
export const PersonArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon("PersonArrowRight24Filled", "", 0, 24));