@icongo/pp
Version:
Pepicons Icons
17 lines • 564 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var PPTriangleDown = props => /*#__PURE__*/_jsx("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: "m4.152 7.53 5 8a1 1 0 0 0 1.696 0l5-8A1 1 0 0 0 15 6H5a1 1 0 0 0-.848 1.53Zm9.044.47L10 13.113 6.804 8h6.392Z",
clipRule: "evenodd"
})
}));
export { PPTriangleDown };