UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 380 B
import React from 'react'; export default function TreasureChestIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-treasure-chest ${props.className}`} viewBox="0 0 24 24" > <path d="M5 4h14a3 3 0 0 1 3 3v4h-7v-1H9v1H2V7a3 3 0 0 1 3-3m6 7h2v2h-2v-2m-9 1h7v1l2 2h2l2-2v-1h7v8H2v-8z" /> </svg> ); }