UNPKG

react-jam-icons

Version:
13 lines (10 loc) 264 B
import React from "react"; const File = props => ( <svg viewBox="0 0 48 64" {...props}> <path d="M32 0H1C.4 0 0 .5 0 1v62c0 .6.4 1 1 1h46c.6 0 1-.5 1-1V16L32 0zm12 60H4V4h26.3L44 17.7V60z" fill="#343434" /> </svg> ); export default File;