UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 648 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var Mouse = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "mouse" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), React.createElement("path", { d: "M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3m4 8a4 4 0 0 1-8 0V5a4 4 0 1 1 8 0zM8 0a5 5 0 0 0-5 5v6a5 5 0 0 0 10 0V5a5 5 0 0 0-5-5" }))); } }))); }; export default Mouse;