UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 961 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var FlashOff = /*#__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: "m14.44 15.5 6.28 6.28a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 1 0-1.06 1.06L5.94 7 4.1 12.15a1.75 1.75 0 0 0 1.64 2.34h1.57l-1.27 5.67c-.33 1.48 1.5 2.46 2.55 1.38l5.85-6.04Zm5.2-5.38-3.12 3.22-9.47-9.47.37-1.04C7.6 2.33 8.07 2 8.6 2h6.46c.85 0 1.45.84 1.18 1.65L14.8 8h3.96c1.1 0 1.66 1.33.9 2.12Z" })); }); FlashOff.displayName = 'FlashOff'; export var FlashOffDimensions = { height: 24, width: 24 };