UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 865 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 Ghost2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-ghost-2", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M10 9h.01M14 9h.01M12 3a7 7 0 017 7v1h1a2 2 0 110 4h-1v3l2 3H11a6 6 0 01-6-5.775v-.226H4a2 2 0 010-4h1v-1a7 7 0 017-7z" }), React.createElement("path", { d: "M11 14h2a1 1 0 00-2 0z" })); exports.default = Ghost2;