@icongo/pp
Version:
Pepicons Icons
22 lines • 803 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 PPTriangleUpPrint = 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",
d: "m12.924 6.735 5 8a.5.5 0 0 1-.424.765h-10a.5.5 0 0 1-.424-.765l5-8a.5.5 0 0 1 .848 0Z",
opacity: 0.8
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "m15.424 13.735-5-8a.5.5 0 0 0-.848 0l-5 8A.5.5 0 0 0 5 14.5h10a.5.5 0 0 0 .424-.765ZM5.902 13.5 10 6.943l4.098 6.557H5.902Z",
clipRule: "evenodd"
})]
}));
export { PPTriangleUpPrint };