UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 802 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 ChevronLeftCircle = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("g", { fillRule: "evenodd" }, React.createElement("circle", { fill: "currentColor", cx: "12", cy: "12", r: "10" }), React.createElement("path", { d: "M13.706 9.698a.988.988 0 0 0 0-1.407 1.01 1.01 0 0 0-1.419 0l-2.965 2.94a1.09 1.09 0 0 0 0 1.548l2.955 2.93a1.01 1.01 0 0 0 1.42 0 .988.988 0 0 0 0-1.407l-2.318-2.297 2.327-2.307z", fill: "inherit" }))); exports.default = ChevronLeftCircle;