@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 979 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VideoOff = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M3.28 2.22a.75.75 0 1 0-1.06 1.06l2.3 2.3A3.25 3.25 0 0 0 2 8.75v10.5c0 1.8 1.46 3.25 3.25 3.25h9.5A3.25 3.25 0 0 0 18 19.37v-.3l6.72 6.71a.75.75 0 0 0 1.06-1.06L3.28 2.22zM8.68 5.5 18 14.82v-6.2a3.25 3.25 0 0 0-3.25-3.12H8.68zM19.5 16.32l4.67 4.66a1.24 1.24 0 0 0 1.08-1.24V8.24a1.25 1.25 0 0 0-2.14-.88L19.5 11v5.33z"
}));
});
VideoOff.displayName = 'VideoOff';
export var VideoOffDimensions = {
height: 28,
width: 28
};