@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PresenterOff = /*#__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: "M3.28 2.22a.75.75 0 1 0-1.06 1.06l5.85 5.86C7.44 9.4 7 10.02 7 10.75V12h3.94l1 1h-8.2c-.7 0-1.01.89-.46 1.33L8 18.11v1.64C8 21 9 22 10.25 22h3.5c1.24 0 2.25-1 2.25-2.25v-1.64l.58-.47 4.14 4.14a.75.75 0 0 0 1.06-1.06L3.28 2.22zM16.18 13l2.76 2.76 1.77-1.43a.75.75 0 0 0-.47-1.33h-4.06zM12.18 9l3 3H17v-1.39C16.92 9.7 16.16 9 15.24 9h-3.06zM12 8a3 3 0 0 1-.98-.16L9.16 5.98A3 3 0 1 1 12 8z"
}));
});
PresenterOff.displayName = 'PresenterOff';
export var PresenterOffDimensions = {
height: 24,
width: 24
};