@icongo/pp
Version:
Pepicons Icons
25 lines • 779 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var PPEnter = 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: "m8.867 8 2.083 2.5L8.867 8Zm0 5 2.083-2.5L8.867 13Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
stroke: "currentColor",
strokeLinecap: "round",
strokeWidth: 2,
d: "M9.7 10.5H3.2m12.05 7h-9m9-14h-9m0 14v-4m0-6v-4m9.35 14v-14"
})]
}));
export { PPEnter };