@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 468 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgAuctionFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M14.005 20.003v2h-12v-2h12ZM14.59.689l7.778 7.778-1.414 1.414-1.061-.353-2.475 2.475 5.657 5.657-1.414 1.414-5.657-5.657L13.6 15.82l.283 1.131-1.415 1.415-7.778-7.779 1.414-1.414 1.132.283 6.293-6.293-.353-1.06L14.59.688Z" />
</Svg>
);
export default SvgAuctionFill;