UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.15 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Video360Off = /*#__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 20 20" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M2.85 2.15a.5.5 0 1 0-.7.7l1.18 1.19A1.7 1.7 0 0 0 2 5.7v8.6a1.7 1.7 0 0 0 1.97 1.68 37.94 37.94 0 0 1 11.17-.13l2 2a.5.5 0 0 0 .71-.7l-15-15zM14 14.7l-.99-.09v-.9l1 1zm-1.99-2v1.85a38.84 38.84 0 0 0-4 0V12a1 1 0 0 1 1-1h1.3l1.7 1.7zm-8 2.26V13a1 1 0 0 1 1-1h2v2.61c-1 .08-2 .2-3 .35zM5.5 11a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm8.62 1L6.46 4.34c3.19.3 6.4.2 9.57-.32A1.7 1.7 0 0 1 18 5.7v8.6c0 .44-.17.84-.44 1.14L16 13.88V13a1 1 0 0 0-1-1h-.88zm.38-1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" })); }); Video360Off.displayName = 'Video360Off'; export var Video360OffDimensions = { height: 20, width: 20 };