UNPKG

@risemaxi/sigil

Version:

Icons and Signs for the Rise Design System

14 lines (13 loc) 4.82 kB
import { memo } from 'react'; import Svg, { Path } from 'react-native-svg'; const Icon = memo((_props) => { const { color = 'black', size = 24, ...props } = _props; return (<Svg fill="none" viewBox="0 0 32 21" width={size} height={size} {...props}> <Path fill="#ED171F" d="M6.267.546h7.985c1.12 0 1.81.91 1.55 2.028l-3.72 15.946c-.26 1.114-1.378 2.022-2.491 2.022H1.604c-1.118 0-1.809-.908-1.55-2.022L3.773 2.574C4.033 1.457 5.15.546 6.267.546"/> <Path fill="#082F67" d="M13.591.546h9.183c1.115 0 .613.91.35 2.028l-3.72 15.946c-.259 1.114-.178 2.022-1.295 2.022H8.928c-1.12 0-1.812-.908-1.55-2.022l3.717-15.946C11.358 1.457 12.472.546 13.59.546"/> <Path fill="#006A65" d="M22.41.546h7.985c1.117 0 1.812.91 1.55 2.028l-3.72 15.946c-.261 1.114-1.38 2.022-2.496 2.022h-7.983c-1.116 0-1.81-.908-1.548-2.022l3.72-15.946c.26-1.117 1.376-2.028 2.492-2.028"/> <Path fill="#fff" d="M7.75 6.731c-.86.009-1.11 0-1.192-.018-.033.145-.613 2.815-.613 2.815-.125.541-.217.928-.523 1.172a.93.93 0 0 1-.618.219c-.379 0-.6-.19-.64-.55l-.003-.12s.114-.724.116-.729c0 0 .605-2.432.714-2.753.003-.02.007-.025.011-.034-1.185.01-1.396 0-1.41-.019-.004.024-.039.176-.039.176l-.619 2.738-.054.235-.102.76c0 .224.044.407.132.565.287.496 1.092.566 1.549.566.587 0 1.135-.123 1.508-.352.647-.381.818-.977.966-1.507l.072-.273s.627-2.526.736-2.855c0-.02.003-.025.008-.034m2.132 2.036c-.151 0-.427.037-.675.159a4 4 0 0 0-.266.152l.08-.294-.044-.05c-.525.106-.644.124-1.127.19l-.039.028c-.06.466-.105.817-.318 1.736-.08.334-.164.675-.246 1.014l.021.043c.504-.024.65-.024 1.082-.02l.037-.037c.052-.281.061-.345.184-.916.055-.272.173-.864.232-1.077.11-.048.214-.094.318-.094.242 0 .211.208.204.295-.009.14-.1.6-.191.998l-.058.252c-.043.191-.09.375-.132.564l.02.035c.49-.024.636-.024 1.056-.02l.049-.037c.075-.438.1-.556.233-1.195l.068-.293c.132-.576.197-.866.097-1.103-.105-.267-.357-.331-.586-.331m2.376.601c-.26.05-.425.08-.588.108-.164.025-.324.048-.577.082l-.02.018-.017.015c-.026.188-.044.349-.08.54-.033.197-.077.422-.15.742a3 3 0 0 1-.119.418c-.03.087-.066.172-.129.412l.029.043c.234-.012.386-.02.544-.022.16-.002.322 0 .575.002l.023-.015.023-.023c.038-.218.042-.276.065-.384.022-.114.06-.27.154-.691.043-.202.095-.397.141-.6.05-.204.097-.401.144-.6l-.008-.02zm2.123-.583c-.24 0-.813.024-1.263.44-.319.293-.467.699-.56 1.084-.09.397-.196 1.107.458 1.373.205.085.494.108.68.108.482 0 .973-.132 1.34-.523.287-.317.416-.786.459-.983.15-.647.037-.946-.107-1.13-.223-.278-.605-.37-1.007-.37m.016 1.454c-.02.105-.114.51-.244.682-.088.128-.196.205-.316.205-.032 0-.24 0-.243-.307a1.8 1.8 0 0 1 .069-.479c.107-.488.241-.898.574-.898.26 0 .277.307.161.797m11.41 1.495a25 25 0 0 1 .335-1.688q.137-.596.284-1.187l-.018-.044a27 27 0 0 1-1.163.19l-.041.03-.015.116a.73.73 0 0 0-.37-.304c-.22-.084-.749.031-1.199.441-.314.292-.469.695-.558 1.08-.09.388-.197 1.099.458 1.354.206.086.394.112.58.105.198-.01.383-.11.554-.254l-.047.176.03.036c.47-.018.614-.018 1.122-.017zm-.77-1.694-.06.264c-.032.142-.07.283-.105.424a1 1 0 0 1-.122.246c-.09.122-.291.197-.41.197-.033 0-.236 0-.244-.304a2.3 2.3 0 0 1 .066-.475c.112-.476.241-.885.575-.885.212 0 .322.196.299.533m-6.812-1.273c-.15 0-.428.037-.675.159a4 4 0 0 0-.264.152l.08-.294-.044-.05a14 14 0 0 1-1.128.19l-.038.028c-.059.466-.107.817-.317 1.736-.08.334-.16.675-.245 1.014l.024.043c.496-.024.647-.024 1.076-.02l.04-.037c.052-.281.06-.345.179-.916.058-.271.18-.864.239-1.077a.8.8 0 0 1 .32-.094c.235 0 .209.208.2.295-.011.14-.098.601-.19.998l-.059.252c-.045.191-.092.375-.134.564l.018.035c.494-.024.64-.024 1.058-.02l.052-.037c.074-.438.094-.556.231-1.194l.064-.294c.136-.576.2-.866.102-1.103-.109-.267-.362-.33-.59-.33m5.514-.586a2 2 0 0 0 .058-.454c0-.214-.04-.416-.162-.58-.312-.431-.92-.436-1.633-.44l-.348.004c-.908.01-1.269.005-1.421-.014-.012.067-.04.186-.04.186l-.323 1.507-.813 3.35c.79-.008 1.118-.008 1.25.006.034-.151.218-1.047.218-1.047s.156-.653.165-.677c0 0 .052-.067.102-.096h.072c.682 0 1.454 0 2.06-.441.41-.306.69-.757.815-1.303m-1.283.093c-.075.333-.29.616-.568.75-.234.116-.513.126-.803.126h-.19l.015-.074.346-1.5.01-.075.007-.06.138.013s.709.06.727.06c.28.11.397.393.317.76m7.451.534-.04-.046c-.518.106-.613.123-1.089.185l-.034.033q-.001.01-.006.022l-.001-.009c-.357.82-.343.642-.633 1.285a.4.4 0 0 1-.005-.077l-.071-1.394-.045-.045c-.543.105-.558.122-1.058.184l-.042.033q-.001.029-.005.055l.004.009c.06.32.048.248.108.753.03.247.07.498.1.74.048.412.076.612.137 1.239-.34.554-.42.768-.742 1.257v.003l-.23.365c-.028.038-.05.062-.085.072a.3.3 0 0 1-.15.025h-.128l-.189.627.65.01c.382-.002.62-.18.75-.419l.407-.697h-.005l.041-.05c.273-.59 2.36-4.162 2.36-4.162m-17.641-.25c-.238-.142-.648-.098-.928.096-.28.19-.315.455-.079.596.235.14.652.1.93-.096.276-.195.314-.462.077-.597"/> </Svg>); }); Icon.displayName = 'UnionpayLogo'; export const UnionpayLogo = Icon;