iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 940 B
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 Ghost3 = (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-3", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12 3a8 8 0 018 8v6.954l.009.103a2.78 2.78 0 01-1.468 2.618l-.163.08c-1.111.502-2.42.22-3.266-.74a.65.65 0 00-1.024 0 2.65 2.65 0 01-4.176 0 .65.65 0 00-.512-.249c-.2 0-.389.092-.55.296a2.78 2.78 0 01-4.859-2.005l.01-.104.007-.077L4 17.95V11l.004-.25a8 8 0 017.747-7.746zm-1.99 6H10a1 1 0 100 2h.01a1 1 0 000-2m4 0H14a1 1 0 000 2h.01a1 1 0 000-2" }));
exports.default = Ghost3;