UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 966 B
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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "m31 32.77 10.87 10.86a1.25 1.25 0 0 0 1.76-1.76L6.13 4.37a1.25 1.25 0 1 0-1.76 1.76l3.38 3.39A6.25 6.25 0 0 0 4 15.25v17.5C4 36.2 6.8 39 10.25 39h14.5A6.25 6.25 0 0 0 31 32.77Zm2-5.07 7.66 7.66A2.5 2.5 0 0 0 44 33V15a2.5 2.5 0 0 0-4.04-1.97L33 18.47v9.23ZM14.3 9 31 25.7V15.25C31 11.8 28.2 9 24.75 9H14.3Z" })); }); VideoOff.displayName = 'VideoOff'; export var VideoOffDimensions = { height: 48, width: 48 };