UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 589 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 DisabledByDefault = createIcon("DisabledByDefault", [ [ "path", { d: "M19 19H5V5H19V19ZM3 3V21H21V3H3ZM17 15.59L15.59 17L12 13.41L8.41 17L7 15.59L10.59 12L7 8.41L8.41 7L12 10.59L15.59 7L17 8.41L13.41 12L17 15.59Z", key: "1a0pnf" } ] ]); export { DisabledByDefault as default }; //# sourceMappingURL=disabled_by_default.js.map