UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.82 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgPuzzle = function SvgPuzzle(_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: "M13 2.004a2.998 2.998 0 0 1 2.994 2.82l.005.175 2.25.001c.868 0 1.588.63 1.727 1.459l.018.148.006.143-.001 3.751h-1.998a1.5 1.5 0 0 0-1.48 1.24l-.015.132-.005.128a1.5 1.5 0 0 0 1.24 1.48l.132.016.128.004h1.998v3.752a1.75 1.75 0 0 1-1.606 1.744l-.143.006-2.251-.001-.004.173a3 3 0 0 1-2.638 2.802l-.18.016-.177.005a3 3 0 0 1-2.995-2.82l-.005-.176h-2.25a1.75 1.75 0 0 1-1.726-1.458l-.018-.148-.006-.143-.001-2.252-.163-.005a3 3 0 0 1-2.803-2.638l-.016-.18-.005-.177a3 3 0 0 1 2.824-2.995l.163-.005v-2.251c0-.867.632-1.587 1.46-1.726l.147-.018.144-.006 2.249-.001.006-.171a3 3 0 0 1 2.638-2.803l.18-.016.177-.005Zm0 1.5a1.5 1.5 0 0 0-1.493 1.356l-.007.145-.002 1.494-3.748.001a.25.25 0 0 0-.243.193l-.007.057-.001 3.751h-1.487a1.5 1.5 0 0 0-.144 2.994l.144.006h1.487v3.752a.25.25 0 0 0 .194.243l.057.007h3.748l.002 1.495a1.5 1.5 0 0 0 2.993.145l.007-.144-.002-1.497h3.752a.25.25 0 0 0 .243-.192l.007-.057-.001-2.253h-.523l-.18-.006a3.003 3.003 0 0 1-2.79-2.84l-.004-.178.006-.18a3 3 0 0 1 2.819-2.79l.174-.005h.498v-2.251a.25.25 0 0 0-.13-.22l-.062-.023-.057-.007h-3.752l.002-1.496a1.5 1.5 0 0 0-1.5-1.5Z", fill: color })); }; export { SvgPuzzle as S };