UNPKG

@nant-design/nant-icons

Version:

12 lines (8 loc) 629 B
import React from 'react'; export const ImageOutline = ({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="352" rx="48" ry="48" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/> <circle cx="336" cy="176" r="32" fill="none" stroke={fill} strokeMiterlimit="10" strokeWidth="32"/> <path d="m304 335.79-90.66-90.49a32 32 0 0 0-43.87-1.3L48 352m176 80 123.34-123.34a32 32 0 0 1 43.11-2L464 368" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> </svg>; };