UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.1 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 HeatPump = createIcon("HeatPump", [ [ "path", { d: "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM12.75 7.08C13.57 7.2 14.32 7.52 14.95 7.99L12.75 10.19V7.08ZM11.25 7.08V10.19L9.05 7.99C9.68 7.52 10.43 7.2 11.25 7.08ZM7.99 9.05L10.19 11.25H7.08C7.2 10.43 7.52 9.68 7.99 9.05ZM7.08 12.75H10.19L7.99 14.95C7.52 14.32 7.2 13.57 7.08 12.75ZM11.25 16.92C10.43 16.8 9.68 16.48 9.05 16.01L11.25 13.81V16.92ZM12 13C11.45 13 11 12.55 11 12C11 11.45 11.45 11 12 11C12.55 11 13 11.45 13 12C13 12.55 12.55 13 12 13ZM12.75 16.92V13.81L14.95 16.01C14.32 16.48 13.57 16.8 12.75 16.92ZM16.01 14.95L13.81 12.75H16.92C16.8 13.57 16.48 14.32 16.01 14.95ZM13.81 11.25L16.01 9.05C16.48 9.69 16.8 10.44 16.92 11.25H13.81Z", key: "1pekzd" } ] ]); export { HeatPump as default }; //# sourceMappingURL=heat_pump.js.map