UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 757 B
"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 ArrowElbowLeftDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M96 80l-72 72V80z", opacity: ".2" }), React.createElement("path", { d: "M237.66 90.34a8 8 0 00-11.32 0L136 180.69 71.31 116l30.35-30.34A8 8 0 0096 72H24a8 8 0 00-8 8v72a8 8 0 0013.66 5.66L60 127.31l70.34 70.35a8 8 0 0011.32 0l96-96a8 8 0 000-11.32zM32 132.69V88h44.69z" })); exports.default = ArrowElbowLeftDuotone;