@icongo/cg
Version:
css.gg Icons
17 lines • 608 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGPentagonBottomLeft = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M13.33 9.232 10 5l-5 8.66 3.33 4.232 5.33.768 5-8.66-5.33-.768Zm2.121 2.326-3.198-.46-1.998-2.54-2.846 4.93 1.998 2.539 3.198.46 2.846-4.929Z",
clipRule: "evenodd"
})
}));
export { CGPentagonBottomLeft };