import React from 'react';
import withIcon from '../lib/withIcon';
export const IconSecurity = withIcon(function IconSecurity(props) {
    return (<svg data-tag="IconSecurity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M5.229 4.992a14.982 14.982 0 0 0 2.294-.655 12.825 12.825 0 0 0 2.533-1.279c.819-.539 1.381-.808 1.944-.808s1.126.27 1.944.808c.84.553 1.707.968 2.533 1.279.827.31 1.613.517 2.294.655.93.188 1.514.445 1.85.905.337.46.425 1.122.359 2.118-.292 4.417-1.305 7.052-2.63 8.874-1.324 1.822-2.96 2.832-4.502 4-.758.574-1.303.861-1.848.861-.545 0-1.09-.287-1.848-.862-1.541-1.167-3.178-2.177-4.503-3.999-1.325-1.822-2.337-4.456-2.629-8.874-.066-.997.022-1.658.358-2.118.337-.46.922-.717 1.85-.905"/>
    </svg>);
});
//# sourceMappingURL=Security.jsx.map