UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 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 LiveOff = /*#__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.06l2.2 2.2a10 10 0 0 0 .5 13.6 1 1 0 0 0 1.42-1.41 8 8 0 0 1-.5-10.77l1.52 1.52a5.92 5.92 0 0 0 .54 7.76 1 1 0 0 0 1.4-1.41 3.92 3.92 0 0 1-.5-4.91l1.83 1.83a1.5 1.5 0 0 0 1.84 1.84l8.25 8.25a.75.75 0 0 0 1.06-1.06L3.28 2.22zM19.03 15.85l1.46 1.46a10 10 0 0 0-1.42-12.37 1 1 0 1 0-1.41 1.41 8 8 0 0 1 1.37 9.5z" }), /*#__PURE__*/React.createElement("path", { d: "m15.93 12.75 1.6 1.59a5.92 5.92 0 0 0-1.26-6.53 1 1 0 1 0-1.42 1.42 3.92 3.92 0 0 1 1.08 3.52z" })); }); LiveOff.displayName = 'LiveOff'; export var LiveOffDimensions = { height: 24, width: 24 };