UNPKG

google-material-icons

Version:

A google material icon library package for React applications

39 lines (35 loc) 1.09 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 Tungsten = createIcon("Tungsten", [ ["path", { d: "M13 18.5H11V21.5H13V18.5Z", key: "hyqruz" }], ["path", { d: "M5 10.5H2V12.5H5V10.5Z", key: "174cvq" }], ["path", { d: "M22 10.5H19V12.5H22V10.5Z", key: "1h14tp" }], [ "path", { d: "M17.3012 15.8943L15.8941 17.3014L18.0154 19.4227L19.4225 18.0156L17.3012 15.8943Z", key: "2rm96b" } ], [ "path", { d: "M6.70547 15.8872L4.58417 18.0085L5.9913 19.4156L8.1126 17.2943L6.70547 15.8872Z", key: "1l0bln" } ], [ "path", { d: "M15 7.52V2.5H9V7.52C7.79 8.44 7 9.87 7 11.5C7 14.26 9.24 16.5 12 16.5C14.76 16.5 17 14.26 17 11.5C17 9.87 16.21 8.44 15 7.52ZM11 4.5H13V6.6C12.68 6.54 12.34 6.5 12 6.5C11.66 6.5 11.32 6.54 11 6.6V4.5Z", key: "1wsauj" } ] ]); export { Tungsten as default }; //# sourceMappingURL=tungsten.js.map