@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.39 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgIot = function SvgIot(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M19 4.491a2.5 2.5 0 0 1-3.012 2.448l-1.28 2.117a3.99 3.99 0 0 1 1.292 3.002l1.296.261a2.5 2.5 0 1 1-.279 1.474l-1.319-.265a4.015 4.015 0 0 1-1.744 1.963l.495 1.512h.051a2.5 2.5 0 1 1-1.472.478l-.497-1.516a3.994 3.994 0 0 1-3.752-1.592l-1.794.847a2.5 2.5 0 1 1-.608-1.372l1.754-.828a4.007 4.007 0 0 1 .784-3.567l-.991-1.13a2.5 2.5 0 1 1 1.164-.948l.982 1.12a3.982 3.982 0 0 1 1.93-.495c.505 0 .989.094 1.434.265l1.245-2.06a2.5 2.5 0 1 1 4.32-1.713Zm-1.5 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm-10.5 2.509a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm5 7.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-6.5 1a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm10 4.002a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm4-5.002a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",
fill: color
}));
};
export { SvgIot as S };