UNPKG

@nant-design/nant-icons

Version:

14 lines (9 loc) 854 B
import React from 'react'; export const ImagesOutline = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="M432 112V96a48.14 48.14 0 0 0-48-48H64a48.14 48.14 0 0 0-48 48v256a48.14 48.14 0 0 0 48 48h16" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/> <rect x="96" y="128" width="400" height="336" rx="45.99" ry="45.99" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/> <ellipse cx="372.92" cy="219.64" rx="30.77" ry="30.55" fill="none" stroke={fill} strokeMiterlimit="10" strokeWidth="32"/> <path d="M342.15 372.17 255 285.78a30.93 30.93 0 0 0-42.18-1.21L96 387.64M265.23 464l118.59-117.73a31 31 0 0 1 41.46-1.87L496 402.91" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> </svg>; };