Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/person-arrow-left.js

14 lines
1.5 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PersonArrowLeft24Filled = exports.PersonArrowLeft24Regular = exports.PersonArrowLeft20Filled = exports.PersonArrowLeft20Regular = exports.PersonArrowLeft16Filled = exports.PersonArrowLeft16Regular = exports.PersonArrowLeftRegular = exports.PersonArrowLeftFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PersonArrowLeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowLeftFilled", "", 2, undefined));
exports.PersonArrowLeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowLeftRegular", "", 2, undefined));
exports.PersonArrowLeft16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowLeft16Regular", "", 1, 16));
exports.PersonArrowLeft16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowLeft16Filled", "", 0, 16));
exports.PersonArrowLeft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowLeft20Regular", "", 1, 20));
exports.PersonArrowLeft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowLeft20Filled", "", 0, 20));
exports.PersonArrowLeft24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowLeft24Regular", "", 1, 24));
exports.PersonArrowLeft24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonArrowLeft24Filled", "", 0, 24));