@icongo/pp
Version:
Pepicons Icons
17 lines • 566 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var PPTriangleLeft = 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: "m12.47 4.152-8 5a1 1 0 0 0 0 1.696l8 5A1 1 0 0 0 14 15V5a1 1 0 0 0-1.53-.848ZM12 6.804v6.392L6.887 10 12 6.804Z",
clipRule: "evenodd"
})
}));
export { PPTriangleLeft };