6 lines
351 B
JavaScript
6 lines
351 B
JavaScript
/* Sourced from heroicons.com - Thanks guys! */
|
|
|
|
export default function () {
|
|
return <svg xmlns="http://www.w3.org/2000/svg" className="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" strokeWidth="2">
|
|
<path strokeLinecap="round" strokeLinejoin="round" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16l3.5-2 3.5 2 3.5-2 3.5 2z" />
|
|
</svg>}
|