@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ShiftsAvailability = /*#__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: "M8.5 2a6.5 6.5 0 0 0-.48 12.98 7.5 7.5 0 0 1 6.96-6.96A6.5 6.5 0 0 0 8.5 2Zm2.78 5.78-3 3a.75.75 0 0 1-1.06 0l-1.5-1.5a.75.75 0 0 1 1.06-1.06l.97.97 2.47-2.47a.75.75 0 0 1 1.06 1.06ZM9 15.5a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0Zm4.22-2.26c-.3.3-.3.77 0 1.06l1.22 1.2-1.22 1.22a.75.75 0 1 0 1.06 1.06l1.22-1.22 1.21 1.22a.75.75 0 0 0 1.07-1.06l-1.22-1.22 1.21-1.2a.75.75 0 0 0-1.05-1.07l-1.22 1.21-1.22-1.2a.75.75 0 0 0-1.06 0Z"
}));
});
ShiftsAvailability.displayName = 'ShiftsAvailability';
export var ShiftsAvailabilityDimensions = {
height: 24,
width: 24
};