UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.69 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Shifts30Minutes = /*#__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: "M15.5 5.5a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0ZM8.75 10c-1.24 0-2.25 1-2.25 2.25v.5c0 .41.34.75.75.75h9.5c.41 0 .75-.34.75-.75v-.5c0-1.24-1-2.25-2.25-2.25h-6.5ZM6.5 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-1 4.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4.61-4.97c-.27.06-.52.2-.67.33a.75.75 0 1 1-.92-1.19c.27-.2.71-.48 1.25-.6a2.33 2.33 0 0 1 1.88.32 2.27 2.27 0 0 1 .62 3.03 2.1 2.1 0 0 1-.08 2.86c-.6.6-1.4.77-2.08.73a3.12 3.12 0 0 1-1.85-.7.75.75 0 0 1 .99-1.12c.17.15.52.3.94.32.4.02.73-.09.94-.3a.6.6 0 0 0 .12-.62c-.07-.2-.23-.34-.5-.34h-.5a.75.75 0 1 1 0-1.5h.5c.12 0 .17-.04.21-.08.05-.04.1-.14.13-.28.05-.3-.07-.61-.28-.75a.83.83 0 0 0-.7-.11ZM16.5 15a2.2 2.2 0 0 0-1.99 1.08c-.38.65-.51 1.5-.51 2.42 0 .92.13 1.77.51 2.42A2.2 2.2 0 0 0 16.5 22a2.2 2.2 0 0 0 1.99-1.08c.38-.64.51-1.5.51-2.42 0-.93-.13-1.78-.51-2.42A2.2 2.2 0 0 0 16.5 15Zm-1 3.5c0-.83.12-1.35.3-1.64.13-.23.32-.36.7-.36.39 0 .57.13.7.35.18.3.3.81.3 1.65 0 .84-.12 1.36-.3 1.65-.13.22-.31.35-.7.35-.38 0-.57-.13-.7-.35-.18-.3-.3-.82-.3-1.65Z" })); }); Shifts30Minutes.displayName = 'Shifts30Minutes'; export var Shifts30MinutesDimensions = { height: 24, width: 24 };