UNPKG

react-jam-icons

Version:
13 lines (10 loc) 336 B
import React from "react"; const Computer = props => ( <svg viewBox="0 0 64 48" {...props}> <path d="M5 40h54c1.7 0 3-1.3 3-3V3c0-1.7-1.3-3-3-3H5C3.3 0 2 1.3 2 3v34c0 1.7 1.3 3 3 3zM6 4h52v32H6V4zm56 40H2c-1.1 0-2 .9-2 2s.9 2 2 2h60c1.1 0 2-.9 2-2s-.9-2-2-2z" fill="#333" /> </svg> ); export default Computer;