UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 666 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 Iron = createIcon("Iron", [ [ "path", { d: "M21 6C19.34 6 18 7.34 18 9V13C18 13.55 17.55 14 17 14V10C17 8.34 15.66 7 14 7H10C8.34 7 7 8.34 7 10H9C9 9.45 9.45 9 10 9H14C14.55 9 15 9.45 15 10V11H6C3.79 11 2 12.79 2 15V18H17V16C18.66 16 20 14.66 20 13V9C20 8.45 20.45 8 21 8H22V6H21ZM15 16H4V15C4 13.9 4.9 13 6 13H15V16Z", key: "93r3t5" } ] ]); export { Iron as default }; //# sourceMappingURL=iron.js.map