UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.24 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var GlassesOff = /*#__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: "m34.22 36 7.65 7.63a1.25 1.25 0 0 0 1.76-1.76L6.13 4.37a1.25 1.25 0 1 0-1.76 1.76l6.79 6.8-5.9 6.42-.1.1-.07.11A4.48 4.48 0 0 0 4 22.5v7a6.5 6.5 0 0 0 6.5 6.5h5a6.5 6.5 0 0 0 6.5-6.5V25h1.24L26 27.78v1.72a6.5 6.5 0 0 0 6.5 6.5h1.72ZM16.23 18h-5.66l2.7-2.95L16.24 18Zm24.31 17.24L26.27 20.96A4.5 4.5 0 0 1 30.5 18h6.95l-4.16-4.52a1.5 1.5 0 0 0-.9-.47l-.2-.01h-2.7a1.5 1.5 0 0 1-.2-2.99l.2-.01h2.7a4.5 4.5 0 0 1 3.04 1.18l.26.27 7.29 7.9c.1.1.18.22.24.35.61.77.98 1.74.98 2.8v7a6.5 6.5 0 0 1-3.46 5.74ZM15.33 10.03 18.3 13h.2l.2-.01a1.5 1.5 0 0 0-.2-2.99h-2.68l-.38.02h-.11Z" })); }); GlassesOff.displayName = 'GlassesOff'; export var GlassesOffDimensions = { height: 48, width: 48 };