@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VideoPersonOff = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M2.22 2.22c.3-.3.77-.3 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06L18.94 20H4.25C3.01 20 2 19 2 17.75V6.25c0-.86.49-1.61 1.2-1.99l-.98-.98a.75.75 0 0 1 0-1.06ZM11.94 13A3 3 0 0 1 9 10.06L4.44 5.5h-.19a.75.75 0 0 0-.75.75v11.5c0 .42.34.75.75.75H7v-2.75c0-.92.7-1.67 1.6-1.74l.15-.01h4.19l-1-1Zm2.69-1.55-4.08-4.08a3 3 0 0 1 4.08 4.08Zm5.87 5.86V6.25a.75.75 0 0 0-.75-.75H8.68L7.18 4h12.57C20.99 4 22 5 22 6.25v11.5c0 .32-.07.61-.18.89L20.5 17.3Z"
}));
});
VideoPersonOff.displayName = 'VideoPersonOff';
export var VideoPersonOffDimensions = {
height: 24,
width: 24
};