UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 838 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 Mickey = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-mickey", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M18.501 2a4.5 4.5 0 01.878 8.913 8 8 0 11-15.374 3.372L4 14l.005-.285a7.991 7.991 0 01.615-2.803 4.5 4.5 0 01-3.187-6.348 4.505 4.505 0 013.596-2.539l.225-.018L5.535 2l.244.009a4.5 4.5 0 014.215 4.247 8.001 8.001 0 014.013 0A4.5 4.5 0 0118.5 2z" })); exports.default = Mickey;