@icongo/li
Version:
LibreICONS Icons
14 lines • 608 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LICardsSpades = 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: "M3.687 5.144c-3.938 4.023-.078 6.942 3.036 5.02-.588 2.097-.911 2.261-1.268 2.813h3.361c-.431-.557-.884-.716-1.343-2.8 3.178 1.826 6.529-1.359 3.001-5.033-2.306-2.018-3.202-3.86-3.393-4.121-.184.218-1.265 2.14-3.394 4.121Z"
})
}));
export { LICardsSpades };