@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 1.09 kB
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgVisaLine = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="m22.221 15.768-.224-1.125h-2.514l-.4 1.117-2.015.004c1.295-3.113 2.257-5.418 2.884-6.917.164-.392.455-.592.884-.589.328.003.863.003 1.606.001L24 15.765l-1.779.003Zm-2.172-2.666h1.62l-.605-2.82-1.015 2.82ZM7.06 8.257l2.026.002-3.132 7.51-2.051-.002a951.26 951.26 0 0 1-1.528-5.956c-.1-.396-.298-.673-.679-.804C1.357 8.89.792 8.71 0 8.466v-.207h3.237c.56 0 .887.271.992.827.106.557.372 1.976.8 4.254L7.06 8.257Zm4.81.002-1.601 7.509-1.929-.003L9.94 8.257l1.93.002Zm3.91-.139c.577 0 1.304.18 1.722.346l-.338 1.556c-.378-.152-1-.357-1.523-.35-.76.013-1.23.332-1.23.638 0 .498.816.749 1.656 1.293.958.62 1.085 1.177 1.073 1.783-.013 1.255-1.073 2.494-3.309 2.494-1.02-.015-1.388-.1-2.22-.396l.352-1.624c.847.354 1.206.467 1.93.467.663 0 1.232-.268 1.237-.735.004-.332-.2-.497-.944-.907-.744-.411-1.788-.979-1.774-2.122.017-1.462 1.402-2.443 3.368-2.443Z" />
</Svg>
);
export default SvgVisaLine;