@nant-design/nant-icons
Version:
8 lines (6 loc) • 631 B
JSX
import React from 'react';
export const Apps = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M104 160a56 56 0 1 1 56-56 56.06 56.06 0 0 1-56 56Zm152 0a56 56 0 1 1 56-56 56.06 56.06 0 0 1-56 56Zm152 0a56 56 0 1 1 56-56 56.06 56.06 0 0 1-56 56ZM104 312a56 56 0 1 1 56-56 56.06 56.06 0 0 1-56 56Zm152 0a56 56 0 1 1 56-56 56.06 56.06 0 0 1-56 56Zm152 0a56 56 0 1 1 56-56 56.06 56.06 0 0 1-56 56ZM104 464a56 56 0 1 1 56-56 56.06 56.06 0 0 1-56 56Zm152 0a56 56 0 1 1 56-56 56.06 56.06 0 0 1-56 56Zm152 0a56 56 0 1 1 56-56 56.06 56.06 0 0 1-56 56Z"/>
</svg>;
};