UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.01 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var FlashlightOff = /*#__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.06l18.5 18.5a.75.75 0 0 0 1.06-1.06L3.28 2.22zM19.06 15l1.4-1.4c.89-.89.89-2.31 0-3.2L13.6 3.54a2.25 2.25 0 0 0-3.18 0L9 4.93 19.06 15zM13 16.06 7.94 11l-4.91 4.9a2.27 2.27 0 0 0 0 3.2l1.88 1.87c.88.88 2.3.88 3.18 0l4.91-4.9zm-3.47-.53-1.5 1.5a.75.75 0 1 1-1.06-1.06l1.5-1.5a.75.75 0 1 1 1.06 1.06z" })); }); FlashlightOff.displayName = 'FlashlightOff'; export var FlashlightOffDimensions = { height: 24, width: 24 };