UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.42 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgAppGrid = function SvgAppGrid(_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: "m17.426 2.285 2.96 2.96a2.095 2.095 0 0 1 0 2.964l-2.406 2.406a2.096 2.096 0 0 1 1.782 2.072v4.889a2.095 2.095 0 0 1-2.096 2.095h-12.57a2.095 2.095 0 0 1-2.096-2.095v-12.572c0-1.157.938-2.095 2.095-2.095h4.889c1.051 0 1.922.774 2.072 1.783l2.407-2.407a2.095 2.095 0 0 1 2.963 0Zm-13.03 15.291c0 .386.313.698.7.698h5.585l.001-6.286h-6.285v5.588Zm7.682.698h5.588a.698.698 0 0 0 .699-.698v-4.89a.698.698 0 0 0-.699-.698h-5.588v6.286Zm-2.094-13.968h-4.889a.698.698 0 0 0-.698.698v5.587h6.285v-5.587a.698.698 0 0 0-.698-.698Zm2.095 4.478v1.808l1.807-.001-1.807-1.807Zm3.372-5.511-2.96 2.96a.698.698 0 0 0 0 .988l2.96 2.96a.698.698 0 0 0 .988 0l2.96-2.96a.699.699 0 0 0 0-.988l-2.96-2.96a.698.698 0 0 0-.988 0Z", fill: color })); }; export { SvgAppGrid as S };