UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 421 B
import React from 'react'; export default function CastleIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-castle ${props.className}`} viewBox="0 0 24 24" > <path d="M2 13h2v2h2v-2h2v2h2v-2h2v2h2v-5l3-3V1h2l4 2-4 2v2l3 3v12H11v-3a2 2 0 0 0-2-2 2 2 0 0 0-2 2v3H2v-9m16-3c-.55 0-1 .54-1 1.2V13h2v-1.8c0-.66-.45-1.2-1-1.2z" /> </svg> ); }