@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.35 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ShieldGlobe = /*#__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.75 5a.75.75 0 0 0-.75.75V11c0 5 2.96 8.68 8.73 10.95.17.07.37.07.54 0C18.04 19.68 21 16 21 11V5.75a.75.75 0 0 0-.75-.75c-2.66 0-5.26-.94-7.8-2.85a.75.75 0 0 0-.9 0C9.01 4.05 6.41 5 3.75 5Zm6.32 10.5a9.63 9.63 0 0 1-.55-2.75H8.07a4 4 0 0 0 2 2.76Zm1.53-.23a7.56 7.56 0 0 1-.57-2.52h1.94a7.56 7.56 0 0 1-.57 2.52c-.17.37-.3.56-.4.65-.1-.1-.23-.28-.4-.65Zm0-6.54c-.28.62-.5 1.49-.57 2.52h1.94a7.56 7.56 0 0 0-.57-2.52 2.34 2.34 0 0 0-.4-.65c-.1.1-.23.28-.4.65Zm2.33 6.78c.29-.77.48-1.72.55-2.76h1.45a4 4 0 0 1-2 2.76Zm.55-4.26h1.45a4 4 0 0 0-2-2.76c.29.77.48 1.72.55 2.76Zm-6.41 0h1.45c.07-1.04.26-1.99.55-2.76a4 4 0 0 0-2 2.76ZM12 6.5a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11Z"
}));
});
ShieldGlobe.displayName = 'ShieldGlobe';
export var ShieldGlobeDimensions = {
height: 24,
width: 24
};