UNPKG

@fruits-chain/react-native-xiaoshu

Version:
17 lines 733 B
import React from 'react'; import { Path, G } from 'react-native-svg'; import { genIcon } from './helper/gen'; const IconSearchOutline = genIcon({ render: color => { return /*#__PURE__*/React.createElement(G, { fill: color, fillRule: "nonzero" }, /*#__PURE__*/React.createElement(Path, { d: "M6.822 6.33a8.556 8.556 0 1 1 12.1 12.1 8.556 8.556 0 0 1-12.1-12.1zm1.06 1.06a7.056 7.056 0 1 0 9.979 9.979A7.056 7.056 0 0 0 7.883 7.39z" }), /*#__PURE__*/React.createElement(Path, { d: "M18.391 17.899a.75.75 0 0 1 .984-.067l.077.067 3.038 3.038a.75.75 0 0 1-.984 1.128l-.076-.067-3.039-3.038a.75.75 0 0 1 0-1.061z" })); } }); export default IconSearchOutline; //# sourceMappingURL=search.js.map