UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 368 B
import React from 'react'; export default function ShieldCrossIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-shield-cross ${props.className}`} viewBox="0 0 24 24" > <path d="M12 1L3 5v6c0 5.5 3.8 10.7 9 12 5.2-1.3 9-6.5 9-12V5l-9-4m4 9h-3v8h-2v-8H8V8h3V5h2v3h3v2z" /> </svg> ); }