google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 611 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Mouse = createIcon("Mouse", [
[
"path",
{
d: "M13 1.03516V8.96516H20C20 4.88516 16.95 1.52516 13 1.03516ZM4 14.9652C4 19.3852 7.58 22.9652 12 22.9652C16.42 22.9652 20 19.3852 20 14.9652V10.9652H4V14.9652ZM11 1.03516C7.05 1.52516 4 4.88516 4 8.96516H11V1.03516Z",
key: "5cqb0s"
}
]
]);
export { Mouse as default };
//# sourceMappingURL=mouse.js.map