@icongo/pp
Version:
Pepicons Icons
17 lines • 485 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var PPHash = props => /*#__PURE__*/_jsx("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: 2,
d: "M4 7.25h12m-12 5.5h12M7.75 4l-1 12m6.5-12-1 12"
})
}));
export { PPHash };