UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.17 kB
/** * @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 HideSource = createIcon("HideSource", [ [ "path", { d: "M3.11531 2.50507L1.69531 3.91507L3.96531 6.18507C2.91531 7.76507 2.30531 9.65507 2.30531 11.6951C2.30531 17.2151 6.78531 21.6951 12.3053 21.6951C14.3453 21.6951 16.2353 21.0851 17.8153 20.0351L20.0853 22.3051L21.4953 20.8951L3.11531 2.50507ZM12.3053 19.6951C7.89531 19.6951 4.30531 16.1051 4.30531 11.6951C4.30531 10.2151 4.71531 8.83507 5.42531 7.63507L16.3653 18.5751C15.1653 19.2851 13.7853 19.6951 12.3053 19.6951ZM8.24531 4.81507L6.79531 3.35507C8.37531 2.30507 10.2653 1.69507 12.3053 1.69507C17.8253 1.69507 22.3053 6.17507 22.3053 11.6951C22.3053 13.7351 21.6953 15.6251 20.6453 17.2051L19.1853 15.7451C19.8953 14.5551 20.3053 13.1751 20.3053 11.6951C20.3053 7.28507 16.7153 3.69507 12.3053 3.69507C10.8253 3.69507 9.44531 4.10507 8.24531 4.81507Z", key: "o49jv5" } ] ]); export { HideSource as default }; //# sourceMappingURL=hide_source.js.map