@benev/nubs
Version:
user-input system for web games
3 lines • 598 B
JavaScript
import { svg } from "lit";
export default svg `<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="ai ai-PeopleMultiple"><circle cx="7" cy="5" r="3"/><path d="M10 12H5.898a3 3 0 0 0-2.976 2.628l-.641 5.124A2 2 0 0 0 4.266 22H9"/><path d="M21.719 19.752l-.64-5.124A3 3 0 0 0 18.101 12h-2.204a3 3 0 0 0-2.976 2.628l-.641 5.124A2 2 0 0 0 14.266 22h5.468a2 2 0 0 0 1.985-2.248z"/><circle cx="17" cy="5" r="3"/></svg>`;
//# sourceMappingURL=people-multiple.svg.js.map