UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

11 lines 1.07 kB
import React from 'react'; export default function ShipmentUpload(props) { return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}> <title>shipment-upload</title> <path d="M15.393,2.994a.5.5,0,0,0-.011-.912L12.4.785a1,1,0,0,0-.8,0L2.531,4.728a.5.5,0,0,0,.007.92L6.093,7.129a.5.5,0,0,0,.4-.008Z"/> <path d="M13.25,22.494a.5.5,0,0,0,.707.455l8.957-4.071a1,1,0,0,0,.586-.911V7.212a.5.5,0,0,0-.707-.456l-9.25,4.205a.5.5,0,0,0-.293.455Zm4.9-9.236a.5.5,0,0,1,.707,0l1.5,1.5a.5.5,0,0,1-.353.853h-.75v2a.75.75,0,1,1-1.5,0v-2H17a.5.5,0,0,1-.354-.853Z"/> <path d="M7.927,9.519a.5.5,0,0,0-.469.045.5.5,0,0,0-.223.416v1.631a.75.75,0,0,1-1.5,0V8.939a.5.5,0,0,0-.308-.462L1.192,6.712A.5.5,0,0,0,.5,7.174V17.945a1,1,0,0,0,.615.923l9.943,4.142a.5.5,0,0,0,.469-.045.5.5,0,0,0,.223-.416v-11.1a.5.5,0,0,0-.308-.462Z"/> <path d="M12.286,9.71a.5.5,0,0,0,.4-.007L21.55,5.674a.5.5,0,0,0-.008-.914L18.449,3.415a.5.5,0,0,0-.41,0L9.2,7.518a.5.5,0,0,0,.018.915Z"/> </svg>); } //# sourceMappingURL=ShipmentUpload.js.map