UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

31 lines (28 loc) 1.6 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgLayers = function SvgLayers(_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("g", { clipPath: "url(#a)" }, /*#__PURE__*/React.createElement("path", { d: "M20.026 12.192a1.998 1.998 0 0 1-.577.598l-6.05 4.083a2.5 2.5 0 0 1-2.797 0l-6.05-4.083a2 2 0 0 1-.78-2.29l6.842 4.56a2.5 2.5 0 0 0 2.613.098l.16-.098 6.84-4.56a1.996 1.996 0 0 1-.201 1.692Zm.201 1.557a1.996 1.996 0 0 1-.778 2.29l-6.05 4.084a2.5 2.5 0 0 1-2.797 0l-6.05-4.083a2 2 0 0 1-.78-2.29l6.842 4.56a2.5 2.5 0 0 0 2.613.098l.16-.098 6.84-4.56Zm-6.84-10.324 6.365 4.243a1 1 0 0 1 0 1.664l-6.365 4.243a2.5 2.5 0 0 1-2.774 0l-6.365-4.243a1 1 0 0 1 0-1.664l6.365-4.243a2.5 2.5 0 0 1 2.774 0Zm-1.826 1.181-.116.067-5.74 3.827 5.74 3.827a1 1 0 0 0 .995.067l.115-.067 5.74-3.827-5.74-3.827a1 1 0 0 0-.994-.067Z", fill: color })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", { id: "a" }, /*#__PURE__*/React.createElement("path", { fill: color, d: "M0 0h24v24h-24z" })))); }; export { SvgLayers as S };