lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
34 lines (31 loc) • 744 B
JavaScript
/**
* @license lucide-static v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const TicTacToe = `
<svg
class="lucide lucide-tic-tac-toe"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 2v20" />
<path d="m21 16-5 5" />
<path d="m21 21-5-5" />
<path d="M22 12H2" />
<path d="M8 3 3 8" />
<path d="M8 8 3 3" />
<circle cx="18.5" cy="5.5" r="2.5" />
<circle cx="5.5" cy="18.5" r="2.5" />
</svg>
`;
export { TicTacToe as default };
//# sourceMappingURL=tic-tac-toe.mjs.map