react-icon-library
Version:
A library of SVG icons for use in reactJS projects
13 lines • 861 B
JavaScript
import React from 'react';
export default function WarehouseStorage31(props) {
return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<title>warehouse-storage-3</title>
<path d="M2,9.654a1,1,0,0,0-1,1V22.821a1,1,0,0,0,2,0V10.654A1,1,0,0,0,2,9.654Z"/>
<path d="M22,9.321a1,1,0,0,0-1,1v12.5a1,1,0,0,0,2,0v-12.5A1,1,0,0,0,22,9.321Z"/>
<rect x="8.5" y="10.821" width={7} height={6} rx="0.5" ry="0.5"/>
<rect x="12.5" y="17.821" width={7} height={6} rx="0.5" ry="0.5"/>
<rect x="4.5" y="17.821" width={7} height={6} rx="0.5" ry="0.5"/>
<path d="M23.627,3.77,12.71-.124a.514.514,0,0,0-.331-.005L.386,3.777A.581.581,0,0,0,0,4.335v3.4a.565.565,0,0,0,.545.583H23.454A.565.565,0,0,0,24,7.738V4.324A.581.581,0,0,0,23.627,3.77Z"/>
</svg>);
}
//# sourceMappingURL=WarehouseStorage31.js.map