UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 828 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 CaretCircleDoubleDownBold = (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.84zM168.5 79.49a12 12 0 010 17l-32 32a12 12 0 01-17 0l-32-32a12 12 0 1117-17L128 103l23.53-23.53a12 12 0 0116.97.02zm0 56a12 12 0 010 17l-32 32a12 12 0 01-17 0l-32-32a12 12 0 1117-17L128 159l23.53-23.52a12 12 0 0116.97.04z" })); exports.default = CaretCircleDoubleDownBold;