UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

13 lines 732 B
import React from 'react'; export default function WarehouseCartPackages2(props) { return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}> <title>warehouse-cart-packages</title> <circle cx={7} cy="20.75" r={2}/> <circle cx={21} cy="20.75" r={2}/> <rect x={7} y="7.75" width={7} height={7} rx={1} ry={1}/> <rect x="15.5" y="7.75" width={7} height={7} rx={1} ry={1}/> <rect x={11} y="1.25" width={8} height={5} rx={1} ry={1}/> <path d="M23,16.25H5.5v-12c0-.014-.008-.027-.009-.041s.009-.027.009-.042A1.419,1.419,0,0,0,4.083,2.75H1a1,1,0,0,0,0,2H3.5v11.5a2,2,0,0,0,2,2H23a1,1,0,0,0,0-2Z"/> </svg>); } //# sourceMappingURL=WarehouseCartPackages2.js.map