UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

14 lines (13 loc) 1.58 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PersonArrowRight24Filled = exports.PersonArrowRight24Regular = exports.PersonArrowRight20Filled = exports.PersonArrowRight20Regular = exports.PersonArrowRight16Filled = exports.PersonArrowRight16Regular = exports.PersonArrowRightRegular = exports.PersonArrowRightFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.PersonArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowRightFilled", "", 2, undefined)); exports.PersonArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowRightRegular", "", 2, undefined)); exports.PersonArrowRight16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowRight16Regular", "", 1, 16)); exports.PersonArrowRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowRight16Filled", "", 0, 16)); exports.PersonArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowRight20Regular", "", 1, 20)); exports.PersonArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowRight20Filled", "", 0, 20)); exports.PersonArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowRight24Regular", "", 1, 24)); exports.PersonArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowRight24Filled", "", 0, 24));