google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 653 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: "M21.5 7L17.5 11V7.5C17.5 6.95 17.05 6.5 16.5 6.5H10.32L21.5 17.68V7ZM3.77 2.5L2.5 3.77L5.23 6.5H4.5C3.95 6.5 3.5 6.95 3.5 7.5V17.5C3.5 18.05 3.95 18.5 4.5 18.5H16.5C16.71 18.5 16.89 18.42 17.04 18.32L20.23 21.5L21.5 20.23L3.77 2.5Z",
key: "1saa8f"
}
]
]);
export { VideocamOff as default };
//# sourceMappingURL=videocam_off.js.map