hiuphub-gamified
Version:
app of gamified
22 lines (21 loc) • 600 B
JavaScript
export default function PlusIcon() {
return (
<svg
width="19"
height="18"
viewBox="0 0 19 18"
fill="none"
xmlns="http://www.w3.org/2000/svg"
className="me-3"
>
<path
d="M8.973 2.672h1.054c.094 0 .141.047.141.14v12.376c0 .093-.047.14-.14.14H8.972c-.094 0-.141-.047-.141-.14V2.812c0-.093.047-.14.14-.14z"
fill="#13171F"
/>
<path
d="M3.594 8.328h11.812c.094 0 .14.047.14.14v1.055c0 .094-.046.141-.14.141H3.594c-.094 0-.14-.047-.14-.14V8.468c0-.094.046-.14.14-.14z"
fill="#13171F"
/>
</svg>
);
}