UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 649 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 ArrowLeft = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M3.578 12.498c0 .193.073.385.22.532l5.996 6a.75.75 0 001.06-1.06l-4.72-4.724H20.33a.75.75 0 000-1.5H6.143l4.713-4.716a.75.75 0 10-1.061-1.06l-5.95 5.953a.748.748 0 00-.266.573v.002z", fill: "#323544" })); exports.default = ArrowLeft;