UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 496 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 Code = createIcon("Code", [ [ "path", { d: "M9.4 16.6L4.8 12L9.4 7.4L8 6L2 12L8 18L9.4 16.6ZM14.6 16.6L19.2 12L14.6 7.4L16 6L22 12L16 18L14.6 16.6Z", key: "xkdlmm" } ] ]); export { Code as default }; //# sourceMappingURL=code.js.map