@icongo/li
Version:
LibreICONS Icons
14 lines • 667 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LICardsClubs = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M5.988 6.178c-1.899-.907-4.692.175-4.031 2.616.644 2.378 3.425 1.856 4.387.409-.401 2.745-1.106 3.172-1.528 3.768h4.483c-.454-.637-1.279-1.023-1.763-3.806.97 1.445 3.883 1.946 4.517-.398.625-2.306-2.19-3.619-4.061-2.575 1.795-1.205 2.44-5.163-.96-5.163-3.432 0-2.86 4.035-1.044 5.15z"
})
}));
export { LICardsClubs };