UNPKG

google-material-icons

Version:

A google material icon library package for React applications

37 lines (33 loc) 1.34 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 Garage = createIcon("Garage", [ [ "path", { d: "M15 14C15.5523 14 16 13.5523 16 13C16 12.4477 15.5523 12 15 12C14.4477 12 14 12.4477 14 13C14 13.5523 14.4477 14 15 14Z", key: "q6tbme" } ], [ "path", { d: "M9 14C9.55228 14 10 13.5523 10 13C10 12.4477 9.55228 12 9 12C8.44772 12 8 12.4477 8 13C8 13.5523 8.44772 14 9 14Z", key: "1bj5xq" } ], ["path", { d: "M8.33 7.5L7.67 9.5H16.33L15.67 7.5H8.33Z", key: "1ye5e8" }], [ "path", { d: "M20 2H4C2.9 2 2 2.9 2 4V20C2 21.1 2.9 22 4 22H20C21.1 22 22 21.1 22 20V4C22 2.9 21.1 2 20 2ZM19 17.69C19 18.14 18.65 18.5 18.22 18.5H17.78C17.34 18.5 17 18.14 17 17.69V16.5H7V17.69C7 18.14 6.65 18.5 6.22 18.5H5.78C5.35 18.5 5 18.14 5 17.69V11.19C5.82 8.72 6.34 7.16 6.56 6.5C6.61 6.34 6.68 6.21 6.75 6.1C6.77 6.08 6.78 6.06 6.8 6.04C7.18 5.51 7.72 5.5 7.72 5.5H16.28C16.28 5.5 16.82 5.51 17.2 6.03C17.22 6.06 17.23 6.08 17.25 6.1C17.32 6.21 17.39 6.34 17.44 6.5C17.66 7.16 18.18 8.73 19 11.19V17.69Z", key: "5b84px" } ] ]); export { Garage as default }; //# sourceMappingURL=garage.js.map