UNPKG

@nant-design/nant-icons

Version:

14 lines (9 loc) 848 B
import React from 'react'; export const FileTrayStackedOutline = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="M48 336v96a48.14 48.14 0 0 0 48 48h320a48.14 48.14 0 0 0 48-48v-96" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/> <path d="M48 336h144m128 0h144m-272 0a64 64 0 0 0 128 0" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> <path d="M384 32H128c-26 0-43 14-48 40L48 192v96a48.14 48.14 0 0 0 48 48h320a48.14 48.14 0 0 0 48-48v-96L432 72c-5-27-23-40-48-40Z" fill="none" stroke={fill} strokeLinejoin="round" strokeWidth="32"/> <path d="M48 192h144m128 0h144m-272 0a64 64 0 0 0 128 0" fill="none" stroke={fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> </svg>; };