@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ShieldBadge = /*#__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: "M2 7.75A2.75 2.75 0 0 1 4.75 5h12.5A2.75 2.75 0 0 1 20 7.75v2.47a3.96 3.96 0 0 1-1.4-1.04 3.33 3.33 0 0 1-.17-.2 1.75 1.75 0 0 0-2.88.03l-.14.17c-.14.15-.34.35-.6.56-.54.41-1.24.75-2.06.75-.97 0-1.75.8-1.75 1.76V15H4.75A2.75 2.75 0 0 1 2 12.25v-4.5Zm13.57 1.23Zm3.01 1.55c-.35-.27-.7-.6-.97-.96a.75.75 0 0 0-1.22 0 4.98 4.98 0 0 1-3.64 1.93.75.75 0 0 0-.75.75V15c0 1.64.44 2.95 1.3 3.98a7.98 7.98 0 0 0 3.44 2.22c.17.07.35.07.52 0 1.4-.52 2.6-1.2 3.44-2.22A5.97 5.97 0 0 0 22 15v-2.75a.75.75 0 0 0-.75-.75c-.58 0-1.1-.13-1.56-.32-.42-.17-.8-.4-1.1-.65Z"
}));
});
ShieldBadge.displayName = 'ShieldBadge';
export var ShieldBadgeDimensions = {
height: 24,
width: 24
};