UNPKG

google-material-icons

Version:

A google material icon library package for React applications

23 lines (19 loc) 690 B
/** * @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 PropaneTank = createIcon("PropaneTank", [ ["path", { d: "M4 15V18C4 20.21 5.79 22 8 22H16C18.21 22 20 20.21 20 18V15H4Z", key: "hq2dpl" }], [ "path", { d: "M20 13V10C20 8.14 18.72 6.59 17 6.14V4C17 2.9 16.1 2 15 2H9C7.9 2 7 2.9 7 4V6.14C5.28 6.59 4 8.14 4 10V13H20ZM9 4H15V6H13C13 5.45 12.55 5 12 5C11.45 5 11 5.45 11 6H9V4Z", key: "sghqnu" } ] ]); export { PropaneTank as default }; //# sourceMappingURL=propane_tank.js.map