@icongo/cg
Version:
css.gg Icons
17 lines • 606 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGPentagonTopRight = 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: "M10.33 15.16 5 14.392l5-8.66 5.33.768 3.33 4.232-5 8.66-3.33-4.232Zm3.075.674-1.998-2.54-3.198-.46 2.846-4.93 3.198.461 1.998 2.54-2.846 4.929Z",
clipRule: "evenodd"
})
}));
export { CGPentagonTopRight };