google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 945 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 VideocamOff = createIcon("VideocamOff", [
[
"path",
{
d: "M9.98969 8.57018L7.98969 6.57018L3.83969 2.43018L2.42969 3.84018L5.15969 6.57018H4.42969C3.87969 6.57018 3.42969 7.02018 3.42969 7.57018V17.5702C3.42969 18.1202 3.87969 18.5702 4.42969 18.5702H16.4297C16.6397 18.5702 16.8197 18.4902 16.9797 18.3902L20.1597 21.5702L21.5697 20.1602L12.7097 11.3002L9.98969 8.57018ZM5.42969 16.5702V8.57018H7.15969L15.1597 16.5702H5.42969ZM15.4297 8.57018V11.1802L21.4297 17.1802V7.07018L17.4297 11.0702V7.57018C17.4297 7.02018 16.9797 6.57018 16.4297 6.57018H10.8197L12.8197 8.57018H15.4297Z",
key: "1ie1iz"
}
]
]);
export { VideocamOff as default };
//# sourceMappingURL=videocam_off.js.map