UNPKG

@semcore/icon

Version:
29 lines 1.81 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function ClusteredList({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "ClusteredList", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 9a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM4.5 22a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM19.5 22a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M16.515 7.65c.309-.646.483-1.37.485-2.134a8.991 8.991 0 0 1 3.972 8.204 4.998 4.998 0 0 0-1.992-.193 6.985 6.985 0 0 0-2.465-5.876ZM14.6 19.501c.137.672.408 1.296.785 1.84A8.974 8.974 0 0 1 12 22a8.973 8.973 0 0 1-3.385-.658 4.973 4.973 0 0 0 .785-1.84A6.982 6.982 0 0 0 12 20c.919 0 1.796-.177 2.6-.499ZM4.5 13.5c-.512 0-1.006.077-1.472.22A8.991 8.991 0 0 1 7 5.515a4.98 4.98 0 0 0 .485 2.136 6.985 6.985 0 0 0-2.465 5.876 5.066 5.066 0 0 0-.52-.027Z", shapeRendering: "geometricPrecision" })); } ClusteredList.displayName = 'ClusteredList'; export default createBaseComponent(ClusteredList);