@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Guardian = /*#__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: "M17.8 16.5a5.5 5.5 0 1 0-4.6-10 5.5 5.5 0 0 0 4.6 10Zm10.7 9V29a5.98 5.98 0 0 1-1.5 3.97v6.53a3.5 3.5 0 0 0 5.75 2.68 3.5 3.5 0 0 0 5.75-2.68v-5.74a3.5 3.5 0 0 0 4.5-3.35v-3.63A4.78 4.78 0 0 0 38.22 22H27.71a9.19 9.19 0 0 1 .79 3.5Zm2.32-6a4.98 4.98 0 0 0 4.36 0 5 5 0 1 0-4.36 0Zm-5.8 2.75c.62 1.02.98 2.22.98 3.5V29a3.28 3.28 0 0 1-.04.5 3.5 3.5 0 0 1-4.46 2.86v7a3.63 3.63 0 0 1-6 2.74 3.63 3.63 0 0 1-6-2.74v-7A3.5 3.5 0 0 1 5 29v-3.25A6.75 6.75 0 0 1 11.75 19h7.5a6.74 6.74 0 0 1 5.77 3.25Z"
}));
});
Guardian.displayName = 'Guardian';
export var GuardianDimensions = {
height: 48,
width: 48
};