@nant-design/nant-icons
Version:
24 lines (14 loc) • 745 B
JSX
import React from 'react';
export const AppsSharp = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<rect x="48" y="48" width="112" height="112" rx="8" ry="8"/>
<rect x="200" y="48" width="112" height="112" rx="8" ry="8"/>
<rect x="352" y="48" width="112" height="112" rx="8" ry="8"/>
<rect x="48" y="200" width="112" height="112" rx="8" ry="8"/>
<rect x="200" y="200" width="112" height="112" rx="8" ry="8"/>
<rect x="352" y="200" width="112" height="112" rx="8" ry="8"/>
<rect x="48" y="352" width="112" height="112" rx="8" ry="8"/>
<rect x="200" y="352" width="112" height="112" rx="8" ry="8"/>
<rect x="352" y="352" width="112" height="112" rx="8" ry="8"/>
</svg>;
};