UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.43 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DesktopSignal = /*#__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 1.5c-.18 0-.37 0-.55.02a.75.75 0 0 0 .1 1.5C14.7 3 14.85 3 15 3a7 7 0 0 1 6.99 7.45.75.75 0 0 0 1.5.1l.01-.55c0-4.7-3.8-8.5-8.5-8.5ZM15 4c-.2 0-.38 0-.57.03a.75.75 0 0 0 .14 1.49L15 5.5a4.5 4.5 0 0 1 4.48 4.93.75.75 0 0 0 1.5.14L21 10a6 6 0 0 0-6-6Zm0 2.5c-.22 0-.43.02-.64.06a.75.75 0 0 0 .28 1.47 2 2 0 0 1 2.33 2.33.75.75 0 0 0 1.47.28A3.51 3.51 0 0 0 15 6.5ZM12.91 3H4.1A2.25 2.25 0 0 0 2 5.26v10.66A2.25 2.25 0 0 0 4.26 18H8.5v2.49H6.65a.75.75 0 0 0 .1 1.5h10.6a.75.75 0 0 0-.1-1.5H15.5V18h4.4a2.25 2.25 0 0 0 2.1-2.25V12.1c-.2-.1-.37-.22-.52-.37a1.75 1.75 0 0 1-2.51 0 1.75 1.75 0 0 1-2.68-.19 2 2 0 0 1-2.82-2.82 1.74 1.74 0 0 1-.18-2.68 1.74 1.74 0 0 1-.01-2.51A1.75 1.75 0 0 1 12.9 3ZM10 18h4v2.5h-4V18Zm6-8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" })); }); DesktopSignal.displayName = 'DesktopSignal'; export var DesktopSignalDimensions = { height: 24, width: 24 };