iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 748 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 CursorDown = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.677 9.69l-5.904 8.7c-.167.254-.387.381-.607.381-.22 0-.44-.127-.606-.381l-5.904-8.7c-.334-.508-.114-.925.487-.925h3.81V3.221a2.22 2.22 0 1 1 4.443 0v5.544h3.793c.602 0 .821.417.488.925zm-5.391.186V3.221a1.11 1.11 0 1 0-2.222 0v6.655h-3.97l5.072 7.436 5.073-7.436h-3.953z", fill: "#000", fillRule: "evenodd" }));
exports.default = CursorDown;