UNPKG

@navinc/base-react-components

Version:
10 lines (7 loc) 1.65 kB
import React from 'react' const Watermelon = (props) => ( <svg fill="currentcolor" width="24" height="24" data-testid="icon:watermelon" {...props}> <path d="M15.3704694,6.95543241 L14.50315,7.82275185 C14.8122002,8.07158884 15.0074243,8.46430228 15.0064096,9.00085449 C15.0045175,10.0013428 14.3278787,11.5 13.4994516,11.5 C12.952987,11.5 12.4746145,10.8444952 12.2125453,10.1133565 L10.5639711,11.7619307 C10.7479039,11.889337 10.9151647,12.0720871 11.0554459,12.3161259 C11.5540514,13.1835202 11.7173936,14.8197148 10.9999547,15.2339284 C10.2920861,15.6426165 8.98287541,14.7050677 8.47209543,13.8538064 L6.95543241,15.3704694 C9.06295654,16.88626 11.9285575,16.8764471 14.0262663,15.3410307 C13.2088845,14.9759491 12.4230856,14.2794122 12.5342434,13.6490055 C12.6780982,12.8331641 14.2783623,12.433029 15.2557981,12.6063069 C15.5536936,12.6591173 15.796476,12.7653274 15.9859963,12.9105781 C16.8366387,10.9865909 16.6314631,8.70869213 15.3704694,6.95543241 Z M4.45081377,17.875088 C8.19917496,20.9165062 13.7161589,20.693004 17.2045815,17.2045815 C20.693004,13.7161589 20.9165062,8.19917496 17.875088,4.45081377 L16.7988267,5.52707507 C19.266403,8.6777227 19.0495381,13.2469264 16.1482323,16.1482323 C13.2469264,19.0495381 8.6777227,19.266403 5.52707507,16.7988267 L4.45081377,17.875088 Z M2.29289322,18.618795 C1.90236893,18.2282707 1.90236893,17.5951058 2.29289322,17.2045815 L17.2045815,2.29289322 C17.5951058,1.90236893 18.2282707,1.90236893 18.618795,2.29289322 C23.1270683,6.80116652 23.1270683,14.1105217 18.618795,18.618795 C14.1105217,23.1270683 6.80116652,23.1270683 2.29289322,18.618795 Z" /> </svg> ) export default Watermelon