UNPKG

@icongo/pp

Version:
25 lines 773 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 PPLeave = 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", strokeLinejoin: "round", strokeWidth: 2, d: "m15.667 8 2.083 2.5L15.667 8Zm0 5 2.083-2.5-2.083 2.5Z", clipRule: "evenodd" }), /*#__PURE__*/_jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M16.5 10.5H10m-6-7h9m-9 14h9m0-14v4m0 6v4m-9-14v14" })] })); export { PPLeave };