UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.15 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ShiftsActivity = /*#__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: "M11.1 4.05a1 1 0 1 0-.21-1.99 10 10 0 1 0 11.05 11.05 1 1 0 0 0-1.99-.22 8 8 0 1 1-8.84-8.84Zm3.67-1.66a1 1 0 0 0-.54 1.93c.28.08.57.17.84.29a1 1 0 0 0 .76-1.86c-.35-.14-.7-.26-1.06-.36Zm2.58 2.3a1 1 0 0 1 1.41-.06l.61.6A1 1 0 0 1 17.9 6.6a7.94 7.94 0 0 0-.49-.49 1 1 0 0 1-.06-1.4ZM11 6a1 1 0 0 1 1 1v5h3a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1Zm8.94 1.62a1 1 0 0 1 1.3.55 9.86 9.86 0 0 1 .37 1.06 1 1 0 1 1-1.93.54 7.9 7.9 0 0 0-.29-.84 1 1 0 0 1 .55-1.3Z" })); }); ShiftsActivity.displayName = 'ShiftsActivity'; export var ShiftsActivityDimensions = { height: 24, width: 24 };