@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CalendarShield = /*#__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: "M6 12.25C6 8.8 8.8 6 12.25 6h23.5C39.2 6 42 8.8 42 12.25V14H6v-1.75Zm0 4.25v19.25C6 39.2 8.8 42 12.25 42h15.84A12.17 12.17 0 0 1 26 35v-5.25A2.75 2.75 0 0 1 28.75 27c2.15 0 4.34-.75 6.6-2.45a2.75 2.75 0 0 1 3.3 0c1.13.85 2.25 1.46 3.35 1.86V16.5H6Zm36 12.02a14.53 14.53 0 0 1-4.55-2.37.75.75 0 0 0-.9 0c-2.54 1.9-5.14 2.85-7.8 2.85a.75.75 0 0 0-.75.75V35c0 2.73.88 5.07 2.63 7a15.93 15.93 0 0 0 6.1 3.95c.17.07.37.07.54 0C43.04 43.68 46 40 46 35v-5.25a.75.75 0 0 0-.75-.75c-1.1 0-2.18-.16-3.25-.48Z"
}));
});
CalendarShield.displayName = 'CalendarShield';
export var CalendarShieldDimensions = {
height: 48,
width: 48
};