@icongo/pp
Version:
Pepicons Icons
22 lines • 799 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 PPTriangleDownPrint = 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.076 16.265-5-8A.5.5 0 0 1 7.5 7.5h10a.5.5 0 0 1 .424.765l-5 8a.5.5 0 0 1-.848 0Z",
opacity: 0.8
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "m4.576 7.265 5 8a.5.5 0 0 0 .848 0l5-8A.5.5 0 0 0 15 6.5H5a.5.5 0 0 0-.424.765Zm9.522.235L10 14.057 5.902 7.5h8.196Z",
clipRule: "evenodd"
})]
}));
export { PPTriangleDownPrint };