UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 663 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 Mouse2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M4.5 9.867a7.5 7.5 0 1115 0v5a7.5 7.5 0 01-15 0v-4.24a.796.796 0 010-.02v-.74zm1.5 1.5v3.5a6 6 0 0012 0v-3.5H6zm5.25-1.5V3.914A6.001 6.001 0 006 9.867h5.25zm1.5 0H18c0-3.06-2.29-5.584-5.25-5.953v5.953z", fill: "#323544" })); exports.default = Mouse2;