UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 667 B
/** * @license google-material-icons v2.1.4 - 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 SettingsOverscan = createIcon("SettingsOverscan", [ [ "path", { d: "M12.01 5.5L10 8H14L12.01 5.5ZM18 10V14L20.5 12.01L18 10ZM6 10L3.5 12.01L6 14V10ZM14 16H10L12.01 18.5L14 16ZM21 3H3C1.9 3 1 3.9 1 5V19C1 20.1 1.9 21 3 21H21C22.1 21 23 20.1 23 19V5C23 3.9 22.1 3 21 3ZM21 19.01H3V4.99H21V19.01Z", key: "50u2r3" } ] ]); export { SettingsOverscan as default }; //# sourceMappingURL=settings_overscan.js.map