UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 791 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 CaretCircleDoubleLeftBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M204.4 51.6a108 108 0 100 152.8 108.16 108.16 0 000-152.8zm-17 135.82a84 84 0 110-118.84 84.12 84.12 0 01.02 118.84zm-10.91-82.95L153 128l23.53 23.53a12 12 0 11-17 17l-32-32a12 12 0 010-17l32-32a12 12 0 0117 17zm-56 0L97 128l23.52 23.53a12 12 0 11-17 17l-32-32a12 12 0 010-17l32-32a12 12 0 1117 17z" })); exports.default = CaretCircleDoubleLeftBold;