UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 345 B
import React from 'react' import Icon from 'react-icon-base' const MdSecurity = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m20 1.6l15 6.8v10c0 9.2-6.4 17.8-15 20-8.6-2.2-15-10.8-15-20v-10z m0 18.4v14.9c6.2-1.9 10.8-8 11.6-14.9h-11.6z m0 0v-14.7l-11.6 5.2v9.5h11.6z"/></g> </Icon> ) export default MdSecurity