@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.25 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CalendarSettings = /*#__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 42h11.8A13 13 0 0 1 42 24.04V16.5H5.99Zm22.9 13.28a2 2 0 0 1-1.47 2.54l-3.26.75a11.07 11.07 0 0 0-.04 3.6l3.46.87a2 2 0 0 1 1.44 2.49l-1 3.48a11 11 0 0 0 3.08 1.78l2.52-2.6a2 2 0 0 1 2.88 0l2.48 2.56a10.99 10.99 0 0 0 3.1-1.84l-.98-3.2a2 2 0 0 1 1.46-2.53l3.26-.75a11.07 11.07 0 0 0 .04-3.6l-3.46-.87a2 2 0 0 1-1.44-2.49l1-3.48a10.99 10.99 0 0 0-3.08-1.78l-2.52 2.6a2 2 0 0 1-2.88 0l-2.48-2.56a11 11 0 0 0-3.1 1.84l.98 3.2ZM35 38a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z"
}));
});
CalendarSettings.displayName = 'CalendarSettings';
export var CalendarSettingsDimensions = {
height: 48,
width: 48
};