UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 820 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 Extension = createIcon("Extension", [ [ "path", { d: "M20 11.5H18.5V7.5C18.5 6.4 17.6 5.5 16.5 5.5H12.5V4C12.5 2.62 11.38 1.5 10 1.5C8.62 1.5 7.5 2.62 7.5 4V5.5H3.5C2.4 5.5 1.51 6.4 1.51 7.5V11.3H3C4.49 11.3 5.7 12.51 5.7 14C5.7 15.49 4.49 16.7 3 16.7H1.5V20.5C1.5 21.6 2.4 22.5 3.5 22.5H7.3V21C7.3 19.51 8.51 18.3 10 18.3C11.49 18.3 12.7 19.51 12.7 21V22.5H16.5C17.6 22.5 18.5 21.6 18.5 20.5V16.5H20C21.38 16.5 22.5 15.38 22.5 14C22.5 12.62 21.38 11.5 20 11.5Z", key: "2mxe9v" } ] ]); export { Extension as default }; //# sourceMappingURL=extension.js.map