iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 747 B
JavaScript
;
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 ArrowBendDoubleUpLeftLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M84.24 147.76a6 6 0 11-8.48 8.48l-48-48a6 6 0 010-8.48l48-48a6 6 0 018.48 8.48L40.49 104zM128 98H94.49l37.75-37.76a6 6 0 00-8.48-8.48l-48 48a6 6 0 000 8.48l48 48a6 6 0 008.48-8.48L94.49 110H128a90.1 90.1 0 0190 90 6 6 0 0012 0A102.12 102.12 0 00128 98z" }));
exports.default = ArrowBendDoubleUpLeftLight;