UNPKG

@styled-icons/simple-icons

Version:

Simple Icons available as Styled Components

23 lines 1.13 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Iobroker = /*#__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: "M12 0c-.61 0-1.201.044-1.787.133v3.285a8.943 8.943 0 0 1 3.574.004V.139A11.83 11.83 0 0 0 12 0zM9.38.295C4.084 1.5.13 6.283.13 12 .129 18.628 5.44 24 12 24s11.871-5.372 11.871-12c0-5.717-3.953-10.499-9.246-11.705v3.34c3.575 1.113 6.18 4.44 6.18 8.365 0 4.83-3.949 8.76-8.8 8.76-4.85 0-8.804-3.93-8.804-8.76 0-3.924 2.605-7.247 6.18-8.365V.295zM12 4.137c-.616 0-1.212.068-1.783.2V19.53a7.887 7.887 0 0 0 1.783.2c.616 0 1.211-.068 1.787-.2V4.343A7.65 7.65 0 0 0 12 4.137Z" })); }); Iobroker.displayName = 'Iobroker'; export var IobrokerDimensions = { height: 24, width: 24 };