react-icon-library
Version:
A library of SVG icons for use in reactJS projects
22 lines • 1.29 kB
JavaScript
import React from 'react';
var BabyTrolley = function () {
return (<svg id="Light" 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">
<defs>
<style dangerouslySetInnerHTML={{
__html: '.cls-1{fill:none;stroke:#4d4d4d;stroke-linecap:round;stroke-linejoin:round;}',
}}/>
</defs>
<title>baby-trolley</title>
<path className="cls-1" d="M18.5,10.528V15H13.03a.508.508,0,0,0-.5.577A5.018,5.018,0,0,0,17.5,20h.764a5.162,5.162,0,0,0,5.21-4.487,5.014,5.014,0,0,0-4.447-5.485A.493.493,0,0,0,18.5,10.528Z"/>
<path className="cls-1" d="M14.5,21.5a1,1,0,1,1-1,1,1,1,0,0,1,1-1"/>
<path className="cls-1" d="M21.5,21.5a1,1,0,1,1-1,1,1,1,0,0,1,1-1"/>
<path className="cls-1" d="M2.5,4V5.382A4.148,4.148,0,0,1,1.5,8"/>
<path className="cls-1" d="M9.5,4V5.382A4.148,4.148,0,0,0,10.5,8"/>
<path className="cls-1" d="M9.448,4.6A4.635,4.635,0,0,1,6,3,4.635,4.635,0,0,1,2.552,4.6"/>
<path className="cls-1" d="M9.7,11.918a3.8,3.8,0,0,0-7.39,0L.5,18.5h3l1,5h3l1-5h3Z"/>
<circle className="cls-1" cx={6} cy={4} r="3.5"/>
<polyline className="cls-1" points="8.103 9.635 6 13 3.897 9.635"/>
</svg>);
};
export default BabyTrolley;
//# sourceMappingURL=BabyTrolley.js.map