@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.64 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShieldArrowRight48Filled = exports.ShieldArrowRight48Regular = exports.ShieldArrowRight32Filled = exports.ShieldArrowRight32Regular = exports.ShieldArrowRight28Filled = exports.ShieldArrowRight28Regular = exports.ShieldArrowRight24Filled = exports.ShieldArrowRight24Regular = exports.ShieldArrowRight20Filled = exports.ShieldArrowRight20Regular = exports.ShieldArrowRight16Filled = exports.ShieldArrowRight16Regular = exports.ShieldArrowRightRegular = exports.ShieldArrowRightFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ShieldArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldArrowRightFilled", "", 2, undefined));
exports.ShieldArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldArrowRightRegular", "", 2, undefined));
exports.ShieldArrowRight16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldArrowRight16Regular", "", 1, 16));
exports.ShieldArrowRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldArrowRight16Filled", "", 0, 16));
exports.ShieldArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldArrowRight20Regular", "", 1, 20));
exports.ShieldArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldArrowRight20Filled", "", 0, 20));
exports.ShieldArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldArrowRight24Regular", "", 1, 24));
exports.ShieldArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldArrowRight24Filled", "", 0, 24));
exports.ShieldArrowRight28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldArrowRight28Regular", "", 1, 28));
exports.ShieldArrowRight28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldArrowRight28Filled", "", 0, 28));
exports.ShieldArrowRight32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldArrowRight32Regular", "", 1, 32));
exports.ShieldArrowRight32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldArrowRight32Filled", "", 0, 32));
exports.ShieldArrowRight48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldArrowRight48Regular", "", 1, 48));
exports.ShieldArrowRight48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldArrowRight48Filled", "", 0, 48));