UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const TruckDelivery1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.25 3.25A2.25 2.25 0 002 5.5V16a2.25 2.25 0 002.25 2.25h.052a3.066 3.066 0 006.026 0h3.724a3.066 3.066 0 006.026 0H22a.75.75 0 000-1.5v-4.345c0-.45-.134-.889-.386-1.26l-2.547-3.766a2.25 2.25 0 00-1.863-.989H15.75V5.5a2.25 2.25 0 00-2.25-2.25H4.25zm3.065 11.37a3.066 3.066 0 00-2.92 2.13H4.25A.75.75 0 013.5 16V5.5a.75.75 0 01.75-.75h9.25a.75.75 0 01.75.75v10.97c-.04.091-.074.185-.105.28h-3.91a3.066 3.066 0 00-2.92-2.13zm9.75 0c-.47 0-.917.106-1.315.296v-2.221h4.75v4.055h-.515a3.066 3.066 0 00-2.92-2.13zm2.772-3.425H15.75V7.89h1.454a.75.75 0 01.62.33l2.013 2.975zm-4.337 6.49a1.565 1.565 0 113.13 0 1.565 1.565 0 01-3.13 0zm-9.75 0a1.565 1.565 0 113.13 0 1.565 1.565 0 01-3.13 0z", fill: "#323544" })); exports.default = TruckDelivery1;