UNPKG

@patreon/studio

Version:

Patreon Studio Design System

8 lines 1.32 kB
import React from 'react'; import withIcon from '../lib/withIcon'; export const IconVideoCameraOff = withIcon(function IconVideoCameraOff(props) { return (<svg data-tag="IconVideoCameraOff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <path d="m3.85 10.562 3.667 3.667 3.666 3.667c.502.502.694.899.584 1.172-.111.273-.525.422-1.235.428A111.731 111.731 0 0 1 9 19.5c-3.375 0-5.062 0-5.906-.844-.844-.844-.844-2.531-.844-5.906v-1.526c0-.714.148-1.132.421-1.245.274-.113.674.079 1.179.583m13.673 8.37c.318.318.477.557.477.796 0 .238-.159.477-.477.795-.318.318-.557.477-.796.477-.238 0-.477-.159-.795-.477l-7.728-7.727L.477 5.068C.159 4.75 0 4.51 0 4.273c0-.24.159-.478.477-.796.318-.318.557-.477.796-.477.238 0 .477.159.795.477l.392.392.391.391c.27.27.48.422.717.487.236.065.498.043.872-.036.498-.104 1.11-.157 1.86-.184A81.271 81.271 0 0 1 9 4.5c2.654 0 4.265 0 5.242.412.977.41 1.32 1.232 1.442 2.874.035.48.178.776.406.879.23.103.545.012.926-.28l.008-.006.007-.006c2.353-1.809 3.533-2.711 4.125-2.256.591.454.594 2.265.594 5.883s-.003 5.43-.594 5.884c-.592.454-1.772-.448-4.125-2.257l-.008-.005-.007-.006c-.381-.293-.697-.383-.925-.28-.23.102-.372.399-.407.879v.008c-.025.33-.018.556.055.757.072.2.21.378.444.612l.67.67z"/> </svg>); }); //# sourceMappingURL=VideoCameraOff.jsx.map