UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.56 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 LocalCarWash = createIcon("LocalCarWash", [ [ "path", { d: "M17 5.10039C17.83 5.10039 18.5 4.43039 18.5 3.60039C18.5 2.60039 17 0.900391 17 0.900391C17 0.900391 15.5 2.60039 15.5 3.60039C15.5 4.43039 16.17 5.10039 17 5.10039ZM12 5.10039C12.83 5.10039 13.5 4.43039 13.5 3.60039C13.5 2.60039 12 0.900391 12 0.900391C12 0.900391 10.5 2.60039 10.5 3.60039C10.5 4.43039 11.17 5.10039 12 5.10039ZM7 5.10039C7.83 5.10039 8.5 4.43039 8.5 3.60039C8.5 2.60039 7 0.900391 7 0.900391C7 0.900391 5.5 2.60039 5.5 3.60039C5.5 4.43039 6.17 5.10039 7 5.10039ZM18.92 8.11039C18.72 7.52039 18.16 7.10039 17.5 7.10039H6.5C5.84 7.10039 5.29 7.52039 5.08 8.11039L3 14.1004V22.1004C3 22.6504 3.45 23.1004 4 23.1004H5C5.55 23.1004 6 22.6504 6 22.1004V21.1004H18V22.1004C18 22.6504 18.45 23.1004 19 23.1004H20C20.55 23.1004 21 22.6504 21 22.1004V14.1004L18.92 8.11039ZM6.5 18.1004C5.67 18.1004 5 17.4304 5 16.6004C5 15.7704 5.67 15.1004 6.5 15.1004C7.33 15.1004 8 15.7704 8 16.6004C8 17.4304 7.33 18.1004 6.5 18.1004ZM17.5 18.1004C16.67 18.1004 16 17.4304 16 16.6004C16 15.7704 16.67 15.1004 17.5 15.1004C18.33 15.1004 19 15.7704 19 16.6004C19 17.4304 18.33 18.1004 17.5 18.1004ZM5 13.1004L6.5 8.60039H17.5L19 13.1004H5Z", key: "19dwmw" } ] ]); export { LocalCarWash as default }; //# sourceMappingURL=local_car_wash.js.map