UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.05 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Iot = /*#__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: "M19 4.5a2.5 2.5 0 0 1-3.01 2.44L14.7 9.06c.8.73 1.3 1.78 1.3 2.94v.05l1.3.27a2.5 2.5 0 1 1-.28 1.47l-1.32-.26a4.02 4.02 0 0 1-1.75 1.96l.5 1.51h.05a2.5 2.5 0 1 1-1.47.48l-.5-1.52a4.04 4.04 0 0 1-3.75-1.59l-1.8.85.02.28a2.5 2.5 0 1 1-.62-1.65l1.75-.83a4 4 0 0 1 .79-3.57l-1-1.13A2.5 2.5 0 0 1 4.5 6a2.5 2.5 0 1 1 4.59 1.38l.98 1.11a3.98 3.98 0 0 1 3.36-.23l1.25-2.06A2.5 2.5 0 0 1 16.5 2 2.5 2.5 0 0 1 19 4.5Z" })); }); Iot.displayName = 'Iot'; export var IotDimensions = { height: 24, width: 24 };