1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | import React from 'react' const ShippingMenu = (props) => ( <svg width='30px' height='50px' viewBox='0 0 30 50' version='1.1' {...props}> <title>422C5367-A7F2-460F-AEB4-36B73881A5FE</title> <defs /> <g id='Symbols' stroke='none' strokeWidth='1' fill='none' fillRule='evenodd'> <g id='icn-shipping-menu' fillRule='nonzero' fill={(props.active?props.activeColor:props.color) || '#C5D0E1' }> <path d='M25.9471436,25.276123 L24.5001832,22.3822631 C24.0766602,21.5350952 23.2108154,21 22.2636719,21 L19,21 L19,18 C19,17.4487305 18.5517578,17 18,17 L5,17 C4.4487305,17 4,17.4487305 4,18 L4,29 C4,29.5517578 4.4487305,30 5,30 L7,30 C7,31.1025391 7.8969727,32 9,32 C10.1030273,32 11,31.1025391 11,30 L19,30 C19,31.1025391 19.8974609,32 21,32 C22.1025391,32 23,31.1025391 23,30 L25,30 C25.5523071,30 26,29.5522461 26,29 L26,25.5 C25.9821167,25.4243774 25.9650269,25.3517456 25.9471436,25.276123 Z M24.190918,24 L24.690918,25 L21.5,25 C21.2246094,25 21,24.7758789 21,24.5 L21,24 L24.190918,24 Z M9,31 C8.4487305,31 8,30.5517578 8,30 C8,29.4482422 8.4487305,29 9,29 C9.5512695,29 10,29.4482422 10,30 C10,30.5517578 9.5512695,31 9,31 Z M10.7217407,29 C10.3748169,28.4052124 9.7369995,28 9,28 C8.2630005,28 7.6251831,28.4052124 7.2782593,29 L5,29 L5,28 L5.5,28 C5.7763672,28 6,27.7763672 6,27.5 C6,27.2236328 5.7763672,27 5.5,27 L5,27 L5,18 L18,18 L18,29 L10.7217407,29 Z M21,31 C20.4482422,31 20,30.5517578 20,30 C20,29.4482422 20.4482422,29 21,29 C21.5517578,29 22,29.4482422 22,30 C22,30.5517578 21.5517578,31 21,31 Z M25,27 L24.5,27 C24.2236328,27 24,27.2236328 24,27.5 C24,27.7763672 24.2236328,28 24.5,28 L25,28 L25,29 L22.7216797,29 C22.3746948,28.4052124 21.7366943,28 21,28 C20.2633057,28 19.6253052,28.4052124 19.2783203,29 L19,29 L19,22 L22.2639771,22 C22.8320313,22 23.3513794,22.3209839 23.6054688,22.8291016 L23.690918,23 L21,23 C20.4482422,23 20,23.4487305 20,24 L20,24.5 C20,25.3271484 20.6728516,26 21.5,26 L25,26 L25,27 Z' id='Shape' /> </g> </g> </svg> ) export default ShippingMenu |