@icongo/pp
Version:
Pepicons Icons
17 lines • 568 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var PPTriangleRight = 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: "m7.53 15.848 8-5a1 1 0 0 0 0-1.696l-8-5A1 1 0 0 0 6 5v10a1 1 0 0 0 1.53.848ZM8 13.196V6.804L13.113 10 8 13.196Z",
clipRule: "evenodd"
})
}));
export { PPTriangleRight };