@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WindowShield = /*#__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: "M17.75 3h.18A3.25 3.25 0 0 1 21 6.08v6.54a3.73 3.73 0 0 1-2-1.18V8H5v9.75c0 .65.5 1.18 1.12 1.24l.13.01h7.13a5.87 5.87 0 0 0 1.15 2H6.25A3.25 3.25 0 0 1 3 17.93V6.25a3.25 3.25 0 0 1 3.07-3.24L6.25 3h11.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M19 12.76a4.29 4.29 0 0 0 2.6.9c.2 0 .35.15.4.34v2.58c0 2.69-1.31 4.51-3.87 5.4a.39.39 0 0 1-.26 0A6.66 6.66 0 0 1 16 21a4.83 4.83 0 0 1-1.56-2 6.05 6.05 0 0 1-.44-2.15v-2.77a.4.4 0 0 1 .4-.41 4.5 4.5 0 0 0 3.32-1.55.39.39 0 0 1 .56 0c.24.25.48.46.72.64z"
}));
});
WindowShield.displayName = 'WindowShield';
export var WindowShieldDimensions = {
height: 24,
width: 24
};