UNPKG

appirio-tech-react-components-test10

Version:

Topcoder UI Kit library of components for our React apps.

24 lines (21 loc) 2.47 kB
import React from 'react' const TopcoderMobileLogo = ({ width, height }) => { return ( <svg width={ width || '51px' } height={ height || '18px' } viewBox="0 0 51 18" version="1.1" xmlns="http://www.w3.org/2000/svg"> <title>topcoder-mobile-logo</title> <defs></defs> <g id="Profile-Web" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd"> <g id="logo_mobile"> <g id="Group-2"> <path d="M12.8136833,5.61637758 C6.89609209,4.55593336 1.32017577,4.64724334 0.200330164,7.61565442 C-0.589244749,9.70823082 1.02626095,12.8654732 3.79956126,15.9812877 C4.61743753,16.9000576 5.56372551,17.1929822 6.45276731,17.1867163 C7.27483548,13.101403 10.5540358,8.73580987 12.8136833,5.61637758 Z" id="Fill-1" fill="#2AA7DF"></path> <path d="M26.4777002,8.78990189 C29.5160566,7.56014726 33.6491285,6.32758924 37.6271443,5.61521618 C37.830675,5.81176511 38.0307877,6.01329785 38.2281037,6.21825695 C34.5381383,2.38197073 29.753768,0.0168423394 25.2164312,0.0168423394 C20.9217776,0.0168423394 16.4055706,2.13558372 12.8057181,5.61521618 C16.7837338,6.32758924 20.9168058,7.56014726 23.9551622,8.78990189 C24.33954,8.94564589 24.7633811,9.11291495 25.2164312,9.29015162 C25.6694813,9.11291495 26.0933223,8.94564589 26.4777002,8.78990189 Z" id="Fill-4" fill="#8AC441"></path> <path d="M12.8121689,5.62031649 C9.68916968,8.67339778 6.44631659,14.6541166 6.44631659,17.1834007 C7.52376917,17.1834003 8.80957635,16.6632795 9.7369872,16.1838073 C14.3583198,13.7945748 19.1343796,9.91921444 25.1896683,9.2886248 C22.1148092,7.9473458 16.1788684,6.07185599 12.8121689,5.62031649 Z" id="Fill-7" fill="#0A72B8"></path> <path d="M37.6363573,5.61011567 C43.5409145,4.55630479 49.0970594,4.65309871 50.2146961,7.61565442 C51.004271,9.70823082 49.3887653,12.8654732 46.615465,15.9812877 C45.8679989,16.8209616 45.0132791,17.1379087 44.1930235,17.181474 C41.6209455,11.8243781 41.0845744,10.8600127 37.6363573,5.61011567 Z" id="Fill-9" fill="#F59022"></path> <path d="M37.6311175,5.61349404 C40.7541167,8.66657534 44.2033138,17.1834007 44.2033138,17.1834007 C42.7129715,17.246056 41.2645971,16.4156958 40.8377509,16.1707507 C34.4289184,12.4930522 30.4411268,9.97720689 25.2031417,9.29015913 C28.323481,7.80681118 35.1350709,5.92462418 37.6311175,5.61349404 Z" id="Fill-12" fill="#FFF100"></path> </g> </g> </g> </svg> ) } export default TopcoderMobileLogo