google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 673 B
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 CodeOff = createIcon("CodeOff", [
[
"path",
{
d: "M19.4753 11.29L14.8953 6.69998L16.3053 5.28998L22.3053 11.29L18.7153 14.88L17.3053 13.46L19.4753 11.29ZM1.69531 3.50998L5.88531 7.69998L2.30531 11.29L8.30531 17.29L9.71531 15.88L5.13531 11.29L7.30531 9.11998L20.0853 21.9L21.4953 20.49L3.11531 2.09998L1.69531 3.50998Z",
key: "h9mbby"
}
]
]);
export { CodeOff as default };
//# sourceMappingURL=code_off.js.map