@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 1.32 kB
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgTaobaoFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M3.576 8.277 2.383 10.12l2.201 1.37s1.464.754.762 2.17C4.697 14.997 1.5 17.928 1.5 17.928l2.862 1.798c1.984-4.326 1.85-3.75 2.347-5.306.512-1.58.625-2.793-.242-3.676-1.113-1.125-1.238-1.23-2.89-2.468Zm1.565-.693c1.04 0 1.882-.758 1.882-1.693 0-.944-.842-1.702-1.882-1.702-1.049 0-1.887.762-1.887 1.702.004.93.838 1.693 1.887 1.693Zm17.005.21s-.625-4.87-11.208-1.855c.455-.794.67-1.306.67-1.306l-2.642-.75s-1.068 3.507-2.97 5.14c0 0 1.846 1.072 1.826 1.04a17.065 17.065 0 0 0 1.407-1.596c.423-.19.83-.363 1.225-.524-.492.887-1.278 2.217-2.068 3.056l1.113.983s.762-.737 1.588-1.62h.944v1.636H8.345v1.307h3.684v3.132l-.14-.004c-.408-.02-1.037-.089-1.287-.484-.298-.483-.076-1.358-.064-1.903H7.995l-.093.053s-.935 4.205 2.69 4.112c3.386.093 5.329-.955 6.264-1.677l.371 1.395 2.089-.883-1.415-3.483-1.694.536.315 1.19c-.428.33-.932.572-1.468.753v-2.737h3.592v-1.31h-3.592v-1.637h3.604V9.05h-6.41c.464-.568.823-1.088.92-1.415l-1.121-.306c4.797-1.734 7.47-1.435 7.45 1.403v7.474s.282 2.564-2.637 2.383l-1.58-.343-.367 1.512s6.817 1.968 7.374-3.314c.552-5.281-.141-8.652-.141-8.652Z" />
</Svg>
);
export default SvgTaobaoFill;