iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.04 kB
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 Ghost2 = (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-ghost-2", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12 1.999l.041.002.208.003a8 8 0 017.747 7.747l.003.248.177.006a3 3 0 012.819 2.819L23 13a3 3 0 01-3 3l-.001 1.696 1.833 2.75a1 1 0 01-.72 1.548L21 22H11c-3.445.002-6.327-2.49-6.901-5.824l-.028-.178-.071.001a3 3 0 01-2.995-2.824L1 13a3 3 0 013-3l.004-.25A8 8 0 0112 2zM12 12a2 2 0 00-2 2 1 1 0 001 1h2a1 1 0 001-1 2 2 0 00-2-2zm-1.99-4l-.127.007A1 1 0 0010 10l.127-.007A1 1 0 0010.01 8zm4 0l-.127.007A1 1 0 0014 10l.127-.007A1 1 0 0014.01 8z" }));
exports.default = Ghost2;