@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 PPTriangleRightPrint = 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: "m17.265 11.424-8 5A.5.5 0 0 1 8.5 16V6a.5.5 0 0 1 .765-.424l8 5a.5.5 0 0 1 0 .848Z",
opacity: 0.8
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "m7.265 15.424 8-5a.5.5 0 0 0 0-.848l-8-5A.5.5 0 0 0 6.5 5v10a.5.5 0 0 0 .765.424Zm.235-1.326V5.902L14.057 10 7.5 14.098Z",
clipRule: "evenodd"
})]
}));
export { PPTriangleRightPrint };