UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.09 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@amaui/ui-react"); const IconMaterialArrowRightAltW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowRightAltW100', short_name: 'ArrowRightAlt', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M13.875 16.85q-.125-.125-.125-.25t.125-.25l4-4H5.125q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h12.75L13.85 7.625q-.1-.1-.1-.225t.125-.25q.125-.125.25-.125t.25.125l4.325 4.325q.125.125.175.25.05.125.05.275 0 .15-.05.275-.05.125-.175.25l-4.35 4.35q-.075.1-.213.1-.137 0-.262-.125Z" }) }))); }); IconMaterialArrowRightAltW100.displayName = 'AmauiIconMaterialArrowRightAltW100'; exports.default = IconMaterialArrowRightAltW100;