google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.96 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: "M13.7096 10.3653L11.2096 7.86531V2.44531C11.2096 1.75531 11.7696 1.19531 12.4596 1.19531C13.1496 1.19531 13.7096 1.75531 13.7096 2.44531V10.3653ZM20.7096 5.44531C20.7096 4.75531 20.1496 4.19531 19.4596 4.19531C18.7696 4.19531 18.2096 4.75531 18.2096 5.44531V11.1953H17.2096V3.44531C17.2096 2.75531 16.6496 2.19531 15.9596 2.19531C15.2696 2.19531 14.7096 2.75531 14.7096 3.44531V11.3653L20.7096 17.3653V5.44531ZM10.2096 4.44531C10.2096 3.75531 9.64961 3.19531 8.95961 3.19531C8.28961 3.19531 7.75961 3.72531 7.71961 4.37531L10.2096 6.86531V4.44531ZM13.7096 10.3653L11.2096 7.86531V2.44531C11.2096 1.75531 11.7696 1.19531 12.4596 1.19531C13.1496 1.19531 13.7096 1.75531 13.7096 2.44531V10.3653ZM20.7096 5.44531C20.7096 4.75531 20.1496 4.19531 19.4596 4.19531C18.7696 4.19531 18.2096 4.75531 18.2096 5.44531V11.1953H17.2096V3.44531C17.2096 2.75531 16.6496 2.19531 15.9596 2.19531C15.2696 2.19531 14.7096 2.75531 14.7096 3.44531V11.3653L20.7096 17.3653V5.44531ZM10.2096 4.44531C10.2096 3.75531 9.64961 3.19531 8.95961 3.19531C8.28961 3.19531 7.75961 3.72531 7.71961 4.37531L10.2096 6.86531V4.44531ZM21.8996 21.3853L3.51961 3.00531L2.09961 4.41531L7.72961 10.0453L7.70961 10.0253V14.3253C6.59961 13.6853 5.12961 12.8553 5.10961 12.8453C4.93961 12.7553 4.76961 12.7053 4.56961 12.7053C4.30961 12.7053 4.06961 12.7953 3.86961 12.9653C3.82961 12.9753 2.70961 14.0753 2.70961 14.0753L9.50961 21.2553C10.0796 21.8553 10.8596 22.1953 11.6896 22.1953H17.7096C18.3296 22.1953 18.8896 22.0053 19.3596 21.6753L19.3396 21.6553L20.4896 22.8053L21.8996 21.3853Z",
key: "mcu34b"
}
]
]);
export { DoNotTouch as default };
//# sourceMappingURL=do_not_touch.js.map