UNPKG

@icongo/pp

Version:
23 lines 709 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 PPHashPrint = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props, { children: [/*#__PURE__*/_jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 3, d: "M5.5 8.75h11m-11 5.5h11M8.75 5l-1 12m6.5-12-1 12", opacity: 0.8 }), /*#__PURE__*/_jsx("path", { stroke: "#000", strokeLinecap: "round", d: "M3.5 7.75h13m-13 5.5h13M7.75 4l-1 12m6.5-12-1 12" })] })); export { PPHashPrint };