iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 780 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 CursorUp = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.206 11.006h-3.799v5.545c0 1.226-.995 2.22-2.224 2.22a2.222 2.222 0 0 1-2.224-2.22v-5.545H4.144c-.602 0-.822-.417-.488-.924l5.911-8.7c.167-.254.388-.382.607-.382.22 0 .441.128.608.381l5.911 8.7c.335.508.115.925-.487.925zm-6.031-8.547l-5.08 7.436h3.976v6.656a1.111 1.111 0 0 0 2.225 0V9.895h3.96L10.174 2.46z", fill: "#000", fillRule: "evenodd" }));
exports.default = CursorUp;