@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 428 B
JavaScript
const SvgSystemSecurityUpdateGoodSharp = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path d='M0 0h24v24H0V0z' fill='none' />
<path d='M5 1v22h14V1H5zm12 17H7V6h10v12zm-1-7.95l-1.41-1.41-3.54 3.54-1.41-1.41-1.41 1.41L11.05 15 16 10.05z' />
</svg>
);
}
export default SvgSystemSecurityUpdateGoodSharp;