@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 476 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgPriceTag3Line = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="m10.904 2.1 9.9 1.414 1.414 9.9-9.193 9.192a1 1 0 0 1-1.414 0l-9.9-9.9a1 1 0 0 1 0-1.413L10.905 2.1Zm.707 2.121L3.833 12l8.485 8.485 7.779-7.778-1.061-7.425-7.425-1.06Zm2.122 6.364a2 2 0 1 1 2.828-2.828 2 2 0 0 1-2.828 2.828Z" />
</Svg>
);
export default SvgPriceTag3Line;