@nant-design/nant-icons
Version:
28 lines (16 loc) • 1.62 kB
JSX
import React from 'react';
export const FilmOutline = ({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="320" rx="28" ry="28" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<rect x="384" y="336" width="80" height="80" rx="28" ry="28" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<rect x="384" y="256" width="80" height="80" rx="28" ry="28" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<rect x="384" y="176" width="80" height="80" rx="28" ry="28" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<rect x="384" y="96" width="80" height="80" rx="28" ry="28" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<rect x="48" y="336" width="80" height="80" rx="28" ry="28" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<rect x="48" y="256" width="80" height="80" rx="28" ry="28" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<rect x="48" y="176" width="80" height="80" rx="28" ry="28" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<rect x="48" y="96" width="80" height="80" rx="28" ry="28" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<rect x="128" y="96" width="256" height="160" rx="28" ry="28" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
<rect x="128" y="256" width="256" height="160" rx="28" ry="28" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};