UNPKG

@fruits-chain/react-native-xiaoshu

Version:
14 lines • 1.05 kB
import React from 'react'; import { Path } from 'react-native-svg'; import { genIcon } from './helper/gen'; const IconSOPOutline = genIcon({ render: color => { return /*#__PURE__*/React.createElement(Path, { fill: color, fillRule: "nonzero", d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 1 0 0 17 8.5 8.5 0 0 0 0-17zm-.406 3.544c2.4 0 3.712.994 3.975 3.019h-1.463c-.131-.6-.375-1.05-.75-1.313-.412-.3-1.012-.45-1.781-.45-.675 0-1.2.112-1.575.375-.412.244-.619.581-.619 1.012 0 .413.263.77.825 1.05.357.17 1.032.376 2.007.638 1.162.281 1.987.581 2.493.9.769.487 1.163 1.144 1.163 1.987 0 1.988-1.369 3-4.107 3-2.55 0-3.937-1.125-4.162-3.356h1.463c.112.769.393 1.313.806 1.65.412.3 1.031.45 1.856.45 1.725 0 2.606-.562 2.606-1.65 0-.543-.319-.956-.918-1.256-.32-.15-1.013-.356-2.063-.619-1.144-.281-1.95-.562-2.4-.862-.75-.45-1.106-1.069-1.106-1.894S8.2 8.262 8.93 7.775c.675-.488 1.575-.731 2.663-.731z" }); } }); export default IconSOPOutline; //# sourceMappingURL=sop.js.map