google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 1.01 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 RawOff = createIcon("RawOff", [
[
"path",
{
d: "M17.7151 13.6096L18.3051 11.2496L19.0651 14.2896H20.5451L22.0451 8.28961H20.5451L19.8051 11.2896L19.0651 8.28961H17.5451L16.8051 11.2896L16.0651 8.28961H14.5651L15.2851 11.1896L17.7151 13.6096Z",
key: "lcxe1f"
}
],
[
"path",
{
d: "M1.95508 3.50961L6.73508 8.28961H3.56508V14.2896H5.06508V12.2896H6.16508L7.06508 14.2896H8.56508L7.66508 12.1896C8.16508 11.8896 8.56508 11.3896 8.56508 10.7896V10.1196L9.99508 11.5496L9.31508 14.2896H10.8151L11.1951 12.7896H11.2351L20.3451 21.8996L21.7551 20.4896L3.37508 2.09961L1.95508 3.50961ZM7.06508 10.7896H5.06508V9.78961H7.06508V10.7896Z",
key: "rdakvx"
}
]
]);
export { RawOff as default };
//# sourceMappingURL=raw_off.js.map