google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.17 kB
JavaScript
/**
* @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.50495L1.69531 3.91495L3.96531 6.18495C2.91531 7.76495 2.30531 9.65495 2.30531 11.6949C2.30531 17.2149 6.78531 21.6949 12.3053 21.6949C14.3453 21.6949 16.2353 21.0849 17.8153 20.0349L20.0853 22.3049L21.4953 20.8949L3.11531 2.50495ZM12.3053 19.6949C7.89531 19.6949 4.30531 16.1049 4.30531 11.6949C4.30531 10.2149 4.71531 8.83495 5.42531 7.63495L16.3653 18.5749C15.1653 19.2849 13.7853 19.6949 12.3053 19.6949ZM8.24531 4.81495L6.79531 3.35495C8.37531 2.30495 10.2653 1.69495 12.3053 1.69495C17.8253 1.69495 22.3053 6.17495 22.3053 11.6949C22.3053 13.7349 21.6953 15.6249 20.6453 17.2049L19.1853 15.7449C19.8953 14.5549 20.3053 13.1749 20.3053 11.6949C20.3053 7.28495 16.7153 3.69495 12.3053 3.69495C10.8253 3.69495 9.44531 4.10495 8.24531 4.81495Z",
key: "1k406u"
}
]
]);
export { HideSource as default };
//# sourceMappingURL=hide_source.js.map