iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 771 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 CaretCircleDoubleDownFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M201.57 54.43A104.15 104.15 0 10232 128a104.17 104.17 0 00-30.43-73.57zm-35.9 95.24l-32 32a8 8 0 01-11.32 0l-32-32a8 8 0 1111.32-11.32L128 164.71l26.35-26.36a8 8 0 1111.32 11.32zm0-56l-32 32a8 8 0 01-11.32 0l-32-32a8 8 0 1111.32-11.32L128 108.68l26.35-26.36a8 8 0 1111.32 11.32z" }));
exports.default = CaretCircleDoubleDownFill;