@icongo/pp
Version:
Pepicons Icons
22 lines • 801 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 PPTriangleLeftPrint = 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: "m7.735 10.576 8-5A.5.5 0 0 1 16.5 6v10a.5.5 0 0 1-.765.424l-8-5a.5.5 0 0 1 0-.848Z",
opacity: 0.8
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "m13.735 4.576-8 5a.5.5 0 0 0 0 .848l8 5A.5.5 0 0 0 14.5 15V5a.5.5 0 0 0-.765-.424ZM13.5 5.902v8.196L6.943 10 13.5 5.902Z",
clipRule: "evenodd"
})]
}));
export { PPTriangleLeftPrint };