-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathGringo.njs
More file actions
9 lines (9 loc) · 797 Bytes
/
Gringo.njs
File metadata and controls
9 lines (9 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
export default function Gringo({ size }) {
return (
<svg width={size} height={size} viewBox="0 0 683 482">
<path d="M0 46.3333C0 20.7441 20.7441 0 46.3333 0H636.667C662.256 0 683 20.7441 683 46.3333V241V435.667C683 461.256 662.256 482 636.667 482H46.3334C20.7442 482 0 461.256 0 435.667V46.3333Z" fill="#1f2937" opacity="0.2" />
<path d="M48 240.98L340.366 28L630 240.98L340.366 453L48 240.98Z" fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M342 371C413.797 371 472 312.797 472 241C472 169.203 413.797 111 342 111C270.203 111 212 169.203 212 241C212 312.797 270.203 371 342 371ZM342 345C399.438 345 446 298.438 446 241C446 183.562 399.438 137 342 137C284.562 137 238 183.562 238 241C238 298.438 284.562 345 342 345Z" fill="white"/>
</svg>
)
}