UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 444 B
import React from 'react'; export default function ShieldPlusIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-shield-plus ${props.className}`} viewBox="0 0 24 24" > <path d="M19 20v2.97h-2V20h-3v-2h3v-3h2v3h3v2h-3M12 1l9 4v6c0 .9-.1 1.78-.29 2.65A5.8 5.8 0 0 0 18 13a6 6 0 0 0-6 6c0 1.36.45 2.62 1.22 3.62L12 23c-5.16-1.26-9-6.45-9-12V5l9-4z" /> </svg> ); }