UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 763 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 Javascript = createIcon("Javascript", [ [ "path", { d: "M12.5 14V13H14V13.5H16V12.5H13.5C12.95 12.5 12.5 12.05 12.5 11.5V10C12.5 9.45 12.95 9 13.5 9H16.5C17.05 9 17.5 9.45 17.5 10V11H16V10.5H14V11.5H16.5C17.05 11.5 17.5 11.95 17.5 12.5V14C17.5 14.55 17.05 15 16.5 15H13.5C12.95 15 12.5 14.55 12.5 14ZM9.5 9V13.5H8V12.5H6.5V13.5C6.5 14.33 7.17 15 8 15H9.5C10.33 15 11 14.33 11 13.5V9C11 9 10.33 9 9.5 9Z", key: "14a04i" } ] ]); export { Javascript as default }; //# sourceMappingURL=javascript.js.map