@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.6 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BookOpenGlobe = /*#__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: "M4 4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h6c.5 0 .96-.12 1.37-.33A6.49 6.49 0 0 1 13 12.8V7a1 1 0 0 1 1-1h6v5.5a6.5 6.5 0 0 1 2 1.31V6a2 2 0 0 0-2-2h-6c-.77 0-1.47.29-2 .76A2.99 2.99 0 0 0 10 4H4Zm7 3v10a1 1 0 0 1-1 1H4V6h6a1 1 0 0 1 1 1Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M16 17c.05-1.41.25-2.67.56-3.58.17-.52.36-.9.55-1.14.2-.25.33-.28.39-.28s.2.03.39.28c.19.24.38.62.55 1.14.3.91.51 2.17.55 3.58h-2.98ZM15.61 13.1c.1-.32.23-.62.37-.89A5.5 5.5 0 0 0 12.02 17h2.99c.04-1.5.26-2.87.6-3.9ZM19.39 13.1c-.1-.32-.23-.62-.37-.89A5.5 5.5 0 0 1 22.98 17h-2.99c-.04-1.5-.26-2.87-.6-3.9ZM20 18h2.98a5.5 5.5 0 0 1-3.96 4.79c.14-.27.26-.57.37-.89.34-1.03.56-2.4.6-3.9ZM17.89 22.72c-.2.25-.33.28-.39.28s-.2-.03-.39-.28a3.84 3.84 0 0 1-.55-1.14c-.3-.91-.51-2.17-.55-3.58h2.98a12.91 12.91 0 0 1-.55 3.58c-.17.52-.36.9-.55 1.14ZM12.02 18a5.5 5.5 0 0 0 3.96 4.79 6.13 6.13 0 0 1-.37-.89c-.34-1.03-.56-2.4-.6-3.9h-2.99Z"
}));
});
BookOpenGlobe.displayName = 'BookOpenGlobe';
export var BookOpenGlobeDimensions = {
height: 24,
width: 24
};