@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 2 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgWand = function SvgWand(_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.314 7.565-.136.126-10.48 10.488a2.27 2.27 0 0 0 3.211 3.208l10.479-10.487a2.251 2.251 0 0 0-.001-3.182l-.157-.146a2.25 2.25 0 0 0-2.916-.007Zm-.848 2.961 1.088 1.088-8.706 8.713a.77.77 0 1 1-1.089-1.088l8.707-8.713Zm4.386 4.48-.102-.006a.75.75 0 0 0-.743.648l-.007.102v.75h-.75a.75.75 0 0 0-.743.648l-.007.102c0 .38.282.694.648.743l.102.007h.75v.75c0 .38.282.694.648.743l.102.007a.75.75 0 0 0 .743-.648l.007-.102v-.75h.75a.75.75 0 0 0 .743-.648l.007-.102a.75.75 0 0 0-.648-.743l-.102-.007h-.75v-.75a.75.75 0 0 0-.648-.743l-.102-.007.102.007Zm-1.553-6.254.027.027a.751.751 0 0 1 0 1.061l-.711.713-1.089-1.089.73-.73a.75.75 0 0 1 1.043.018Zm-8.447-3.745-.102-.007a.75.75 0 0 0-.743.648l-.007.102v.75h-.75a.75.75 0 0 0-.743.648l-.007.102c0 .38.282.693.648.743l.102.007h.75v.75c0 .38.282.693.648.743l.102.007a.75.75 0 0 0 .743-.648l.007-.102v-.75h.75a.75.75 0 0 0 .743-.648l.007-.102a.75.75 0 0 0-.648-.743l-.102-.007h-.75v-.75a.75.75 0 0 0-.648-.743l-.102-.007.102.007Zm12-2-.102-.007a.75.75 0 0 0-.743.648l-.007.102v.75h-.75a.75.75 0 0 0-.743.648l-.007.102c0 .38.282.693.648.743l.102.007h.75v.75c0 .38.282.693.648.743l.102.007a.75.75 0 0 0 .743-.648l.007-.102v-.75h.75a.75.75 0 0 0 .743-.648l.007-.102a.75.75 0 0 0-.648-.743l-.102-.007h-.75v-.75a.75.75 0 0 0-.648-.743l-.102-.007.102.007Z",
fill: color
}));
};
export { SvgWand as S };