UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 493 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 Polymer = createIcon("Polymer", [ [ "path", { d: "M19 4H15L7.11 16.63L4.5 12L9 4H5L0.5 12L5 20H9L16.89 7.37L19.5 12L15 20H19L23.5 12L19 4Z", key: "mjpria" } ] ]); export { Polymer as default }; //# sourceMappingURL=polymer.js.map