@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Glasses = /*#__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: "M15.82 10h2.68a1.5 1.5 0 0 1 .2 2.99l-.2.01h-2.68c-.35 0-.69.12-.96.34l-.15.15-4.14 4.5h6.93a4.5 4.5 0 0 1 4.47 4.02h4.06A4.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-6.5 6.5h-5a6.5 6.5 0 0 1-6.5-6.5V25h-4v4.5a6.5 6.5 0 0 1-6.5 6.5h-5A6.5 6.5 0 0 1 4 29.5v-7c0-1.12.41-2.15 1.1-2.94l.07-.11.09-.1 7.24-7.9a4.5 4.5 0 0 1 2.94-1.43l.38-.02Z"
}));
});
Glasses.displayName = 'Glasses';
export var GlassesDimensions = {
height: 48,
width: 48
};