UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.21 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.84zM14.77 2.4a1 1 0 0 0-.54 1.92c.28.08.57.17.84.29a1 1 0 0 0 .76-1.86c-.35-.14-.7-.26-1.06-.36zM17.35 4.7a1 1 0 0 1 1.41-.07l.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.4z" }), /*#__PURE__*/React.createElement("path", { d: "M11 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-1zM19.94 7.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 };