Progress
This commit is contained in:
@@ -17,19 +17,18 @@ const AppsIcon = ({
|
||||
xmlSpace='preserve'
|
||||
aria-label={title}
|
||||
>
|
||||
<g>
|
||||
<rect x="0" y="0" width="24" height="24" rx="4" />
|
||||
<rect x="0" y="28" width="24" height="24" rx="4" />
|
||||
<rect x="0" y="56" width="24" height="24" rx="4" />
|
||||
<rect x="28" y="0" width="24" height="24" rx="4" />
|
||||
<rect x="28" y="28" width="24" height="24" rx="4" />
|
||||
<rect x="28" y="56" width="24" height="24" rx="4" />
|
||||
<rect x="56" y="0" width="24" height="24" rx="4" />
|
||||
<rect x="56" y="28" width="24" height="24" rx="4" />
|
||||
<rect x="56" y="56" width="24" height="24" rx="4" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
<g>
|
||||
<rect x='0' y='0' width='24' height='24' rx='4' />
|
||||
<rect x='0' y='28' width='24' height='24' rx='4' />
|
||||
<rect x='0' y='56' width='24' height='24' rx='4' />
|
||||
<rect x='28' y='0' width='24' height='24' rx='4' />
|
||||
<rect x='28' y='28' width='24' height='24' rx='4' />
|
||||
<rect x='28' y='56' width='24' height='24' rx='4' />
|
||||
<rect x='56' y='0' width='24' height='24' rx='4' />
|
||||
<rect x='56' y='28' width='24' height='24' rx='4' />
|
||||
<rect x='56' y='56' width='24' height='24' rx='4' />
|
||||
</g>
|
||||
</svg>
|
||||
)
|
||||
|
||||
export default AppsIcon
|
||||
Reference in New Issue
Block a user