UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 1.25 kB
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const CarRental = createIcon("CarRental", [ [ "path", { d: "M16.39 9.5H7.61C7.18 9.5 6.8 9.78 6.66 10.18L5 15.18V21.99C5 22.28 5.23 22.5 5.5 22.5H6.5C6.78 22.5 7 22.28 7 22V20.5H17V22C17 22.28 17.22 22.5 17.5 22.5H18.5C18.78 22.5 19 22.28 19 22V15.19L17.34 10.19C17.2 9.78 16.82 9.5 16.39 9.5ZM7.78 18.5C7.1 18.5 6.56 17.96 6.56 17.28C6.56 16.6 7.1 16.06 7.78 16.06C8.46 16.06 9 16.61 9 17.28C9 17.95 8.46 18.5 7.78 18.5ZM16.22 18.5C15.55 18.5 15 17.96 15 17.28C15 16.6 15.54 16.06 16.22 16.06C16.9 16.06 17.44 16.6 17.44 17.28C17.44 17.96 16.9 18.5 16.22 18.5ZM6.29 14.5L7.62 10.5H16.4L17.73 14.5H6.29Z", key: "1ydph6" } ], [ "path", { d: "M10.83 3.5C10.41 2.33 9.3 1.5 8 1.5C6.34 1.5 5 2.84 5 4.5C5 6.15 6.34 7.5 8 7.5C9.3 7.5 10.41 6.66 10.83 5.5H16V7.5H18V5.5H19V3.5H10.83ZM8 5.5C7.45 5.5 7 5.05 7 4.5C7 3.95 7.45 3.5 8 3.5C8.55 3.5 9 3.95 9 4.5C9 5.05 8.55 5.5 8 5.5Z", key: "1oce1l" } ] ]); export { CarRental as default }; //# sourceMappingURL=car_rental.js.map