UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 332 B
import React from 'react'; export default function ShieldIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-shield ${props.className}`} viewBox="0 0 24 24" > <path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z" /> </svg> ); }