@icongo/cg
Version:
css.gg Icons
17 lines • 605 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGPentagonTopLeft = 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: "M14.33 15.16 11 19.392l-5-8.66L9.33 6.5l5.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 { CGPentagonTopLeft };