@nant-design/nant-icons
Version:
10 lines (7 loc) • 432 B
JSX
import React from 'react';
export const LaptopOutline = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<rect x="48" y="96" width="416" height="304" rx="32.14" ry="32.14" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<path d="M16 416h480" stroke={fill} strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32"/>
</svg>;
};