react-icon-library
Version:
A library of SVG icons for use in reactJS projects
13 lines • 1.51 kB
JavaScript
import React from 'react';
var BabyTrolley2 = function () {
return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} aria-hidden={true} focusable={false} fill="#4d4d4d" stroke="none">
<title>baby-trolley</title>
<path d="M19.078,9.531a.925.925,0,0,0-.744.246,1.008,1.008,0,0,0-.334.751V14a.5.5,0,0,1-.5.5H13.03a.993.993,0,0,0-.742.333,1.028,1.028,0,0,0-.251.8A5.5,5.5,0,0,0,17.5,20.5h.764a5.683,5.683,0,0,0,5.708-4.936A5.518,5.518,0,0,0,19.078,9.531Z"/>
<circle cx="14.5" cy="22.5" r="1.5"/>
<circle cx="21.5" cy="22.5" r="1.5"/>
<path d="M10.5,19a.5.5,0,0,0,.488-.609L9.41,11.378A4,4,0,0,0,7.888,9.032a.5.5,0,0,0-.7.111L5.7,11.215a.25.25,0,0,1-.407,0L3.816,9.143a.5.5,0,0,0-.7-.111A4,4,0,0,0,1.59,11.378L.012,18.391a.5.5,0,0,0,.1.422A.5.5,0,0,0,.5,19H2.1a.5.5,0,0,1,.5.45L3,23.55a.5.5,0,0,0,.5.45h4a.5.5,0,0,0,.5-.45l.41-4.1A.5.5,0,0,1,8.9,19Z"/>
<path d="M10.387,8.771a1,1,0,0,0,.133-1.408,3.152,3.152,0,0,1-.77-1.981V4.25a4.25,4.25,0,0,0-8.5,0V5.382A3.147,3.147,0,0,1,.479,7.363,1,1,0,0,0,2.02,8.638a5.731,5.731,0,0,0,.6-.879.251.251,0,0,1,.367-.081,4.249,4.249,0,0,0,5.024,0,.252.252,0,0,1,.367.081,5.731,5.731,0,0,0,.6.879A1,1,0,0,0,10.387,8.771Zm-2.86-4.51a.25.25,0,0,1,.2.277,2.249,2.249,0,0,1-4.462,0,.25.25,0,0,1,.2-.277,3.483,3.483,0,0,0,.909-.28A2.472,2.472,0,0,0,5.3,3.24a.251.251,0,0,1,.4,0,2.475,2.475,0,0,0,.915.741A3.5,3.5,0,0,0,7.527,4.261Z"/>
</svg>);
};
export default BabyTrolley2;
//# sourceMappingURL=BabyTrolley2.js.map