@icongo/pp
Version:
Pepicons Icons
17 lines • 565 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var PPTriangleUp = 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: "m15.848 13.47-5-8a1 1 0 0 0-1.696 0l-5 8A1 1 0 0 0 5 15h10a1 1 0 0 0 .848-1.53ZM6.804 13 10 7.887 13.196 13H6.804Z",
clipRule: "evenodd"
})
}));
export { PPTriangleUp };