UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 333 B
import React from 'react'; export const FileTrayStackedSharp = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="M448 16H64L32 176v144h448V176Zm-12 160H320a64 64 0 0 1-128 0H76L98 58h316ZM320 352a64 64 0 0 1-128 0H32v144h448V352Z"/> </svg>; };