@nant-design/nant-icons
Version:
10 lines (7 loc) • 478 B
JSX
import React from 'react';
export const EaselOutline = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<rect x="48" y="80" width="416" height="272" rx="32" ry="32" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<path d="M256 416v-64m0-272V48m144 416-32-112M112 464l32-112" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};