@semcore/icon
Version:
Semrush Icon Component
30 lines • 1.9 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '../../lib/esm/index.mjs';
function RootMagicWand({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "MagicWand",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M14.532 11.707 6.655 19.58a1.4 1.4 0 0 1-1.98 0L2.41 17.317a1.4 1.4 0 0 1 0-1.98L15.34 2.41a1.4 1.4 0 0 1 1.981 0l2.265 2.264a1.4 1.4 0 0 1 0 1.98l-3.639 3.638.003.002-1.415 1.416-.003-.003ZM13.117 7.46l3.214-3.213 1.416 1.416-3.214 3.213-1.416-1.416Zm-1.415 1.415-7.453 7.451 1.416 1.416 7.453-7.45-1.416-1.417Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.624 14.263a.4.4 0 0 1 .75 0l.845 2.283a.4.4 0 0 0 .237.236l2.282.845a.4.4 0 0 1 0 .75l-2.282.845a.4.4 0 0 0-.237.236l-.844 2.284a.4.4 0 0 1-.75 0l-.845-2.284a.4.4 0 0 0-.236-.236l-2.283-.845a.4.4 0 0 1 0-.75l2.283-.845a.4.4 0 0 0 .236-.236l.845-2.283Zm4.75-5a.4.4 0 0 0-.75 0l-.575 1.552a.4.4 0 0 1-.236.236l-1.552.575a.4.4 0 0 0 0 .75l1.552.574a.4.4 0 0 1 .236.237l.575 1.552a.4.4 0 0 0 .75 0l.574-1.552a.4.4 0 0 1 .236-.237l1.552-.574a.4.4 0 0 0 0-.75l-1.552-.575a.4.4 0 0 1-.236-.236l-.574-1.552Z",
shapeRendering: "geometricPrecision"
}));
}
RootMagicWand.displayName = 'MagicWand';
const MagicWand = createBaseComponent(RootMagicWand);
export { MagicWand as default };