google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.53 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 DoNotTouch = createIcon("DoNotTouch", [
[
"path",
{
d: "M3.51961 3.00922L2.09961 4.41922L7.70961 10.0292V14.3292L5.10961 12.8492C4.93961 12.7592 4.76961 12.7092 4.56961 12.7092C4.30961 12.7092 4.06961 12.7992 3.86961 12.9692L2.70961 14.0792L9.50961 21.2592C10.0796 21.8592 10.8596 22.1992 11.6896 22.1992H17.7096C18.3296 22.1992 18.8896 22.0092 19.3696 21.6792L20.4896 22.7992L21.8996 21.3892L3.51961 3.00922ZM17.7096 20.1992H11.7096C11.3196 20.1992 11.0696 19.9692 10.9596 19.8392L7.57961 16.1992H9.70961V12.0292L17.8496 20.1692C17.7996 20.1792 17.7596 20.1992 17.7096 20.1992ZM14.5396 11.1992H14.7096V3.44922C14.7096 2.75922 15.2696 2.19922 15.9596 2.19922C16.6496 2.19922 17.2096 2.75922 17.2096 3.44922V11.1992H18.2096V5.44922C18.2096 4.75922 18.7696 4.19922 19.4596 4.19922C20.1496 4.19922 20.7096 4.75922 20.7096 5.44922V17.3692L18.7096 15.3692V13.1992H16.5396L14.5396 11.1992ZM13.7096 10.3692V2.44922C13.7096 1.75922 13.1496 1.19922 12.4596 1.19922C11.7696 1.19922 11.2096 1.75922 11.2096 2.44922V7.86922L13.7096 10.3692ZM10.2096 6.86922V4.44922C10.2096 3.75922 9.64961 3.19922 8.95961 3.19922C8.28961 3.19922 7.75961 3.72922 7.71961 4.37922L10.2096 6.86922Z",
key: "16sjlr"
}
]
]);
export { DoNotTouch as default };
//# sourceMappingURL=do_not_touch.js.map