UNPKG

@icongo/sti

Version:
22 lines 636 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var STIGhost = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "Ghost", viewBox: "0 0 512 512" }, props, { children: [/*#__PURE__*/_jsx("rect", { width: 512, height: 512, fill: "#e8e9eb", rx: "15%" }), /*#__PURE__*/_jsx("path", { stroke: "#3d515b", strokeWidth: 61, d: "M101 134h187zm246 0h61zM101 257h310zm0 121h123zm187 0h123z" })] })); export { STIGhost };