@icongo/pp
Version:
Pepicons Icons
31 lines • 1.19 kB
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 PPAngleUpPrint = 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", {
fill: "currentColor",
fillRule: "evenodd",
d: "M10.988 7.391 5.04 12.348c-1.537 1.28.384 3.585 1.92 2.304l5.04-4.2 5.04 4.2c1.536 1.28 3.457-1.024 1.92-2.304L13.012 7.39A1.482 1.482 0 0 0 12 6.973a1.482 1.482 0 0 0-1.012.418Z",
clipRule: "evenodd",
opacity: 0.8
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "m16.32 12.116-6-5-.64.768 6 5 .64-.768Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "m15.68 12.884-6-5c-.512-.427.128-1.195.64-.768l6 5c.512.427-.128 1.195-.64.768Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "m4.32 12.884 6-5-.64-.768-6 5 .64.768Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "m3.68 12.116 6-5c.512-.427 1.152.341.64.768l-6 5c-.512.427-1.152-.341-.64-.768Z"
})]
}));
export { PPAngleUpPrint };