@icongo/pp
Version:
Pepicons Icons
31 lines • 1.18 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 PPAngleDownPrint = 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: "m12 11.547-5.04-4.2c-1.536-1.28-3.457 1.025-1.92 2.305l5.948 4.957c.272.256.63.42 1.012.418.382.002.74-.162 1.012-.418l5.948-4.957c1.537-1.28-.384-3.585-1.92-2.304l-5.04 4.2Z",
clipRule: "evenodd",
opacity: 0.8
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "m15.68 7.116-6 5 .64.768 6-5-.64-.768Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "m16.32 7.884-6 5c-.512.427-1.152-.341-.64-.768l6-5c.512-.427 1.152.341.64.768Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "m3.68 7.884 6 5 .64-.768-6-5-.64.768Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "m4.32 7.116 6 5c.512.427-.128 1.195-.64.768l-6-5c-.512-.427.128-1.195.64-.768Z"
})]
}));
export { PPAngleDownPrint };