UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const ArrowElbowUpLeft = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M200 80v144a8 8 0 01-16 0V88H67.31l34.35 34.34a8 8 0 01-11.32 11.32l-48-48-.06-.07c-.16-.16-.32-.34-.47-.52l-.23-.31a3.71 3.71 0 01-.23-.32l-.23-.37a2.91 2.91 0 01-.17-.3c-.07-.12-.13-.25-.19-.38s-.1-.21-.15-.33-.09-.25-.14-.37l-.13-.36-.09-.39c0-.13-.07-.25-.1-.37s0-.31-.06-.46 0-.21-.05-.32a8.34 8.34 0 010-1.58c0-.11 0-.21.05-.32s0-.31.06-.46.06-.24.1-.37l.09-.39.13-.36c.05-.12.09-.25.14-.37s.1-.22.15-.33.12-.26.19-.38a2.91 2.91 0 01.17-.3l.23-.37a3.71 3.71 0 01.23-.32l.23-.31c.15-.18.31-.36.47-.52l.06-.07 48-48a8 8 0 0111.32 11.32L67.31 72H192a8 8 0 018 8z" })); exports.default = ArrowElbowUpLeft;