UNPKG

react-oddball-icons

Version:
27 lines (26 loc) 681 B
import * as React from "react"; const SvgSuitcase = (props) => ( <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 64 64" {...props} > <path stroke="#000" strokeLinejoin="round" strokeWidth={2} d="M50 24a4 4 0 0 0-4-4H18a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h28a4 4 0 0 0 4-4zM24 20v-6h16v6M14 34h36M23.776 48.105 22.05 53.64l-5.596 5.245M45.306 59.5l-2.309-7.286L39.306 48" /> <path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m45.108 59.564 2.78-1.127M16 59l2.725 1.255" /> </svg> ); export default SvgSuitcase;