@semcore/icon
Version:
Semrush Icon Component
32 lines • 2.3 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 RootSettings({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Settings",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6.667 0a1 1 0 0 0-.962.726l-.4 1.402-.112.062-1.383-.575a1 1 0 0 0-1.175.311L.961 4.09a1 1 0 0 0-.017 1.2l.889 1.218-.059.342-1.235.641a1 1 0 0 0-.52 1.084l.515 2.563a1 1 0 0 0 .889.8l1.47.135.139.2-.17 1.474a1 1 0 0 0 .55 1.012l2.297 1.136a1 1 0 0 0 1.18-.22l.928-1.013h.365l.927 1.012a1 1 0 0 0 1.18.221l2.298-1.136a1 1 0 0 0 .55-1.012l-.17-1.473.14-.2 1.47-.137a1 1 0 0 0 .889-.799l.514-2.563a1 1 0 0 0-.52-1.085l-1.236-.64-.058-.34.888-1.218a1 1 0 0 0-.017-1.202l-1.675-2.165a1 1 0 0 0-1.175-.311l-1.383.575-.113-.062-.4-1.402A1 1 0 0 0 9.33 0H6.667Zm.447 3.08L7.422 2h1.153l.308 1.08a1 1 0 0 0 .483.604l.902.491a1 1 0 0 0 .862.045l1.118-.465.748.966-.695.953a1 1 0 0 0-.178.758l.214 1.248a1 1 0 0 0 .526.719l1.008.522-.22 1.095-1.19.11a1 1 0 0 0-.728.423l-.623.892a1 1 0 0 0-.174.688l.133 1.15-.993.492-.716-.784a1 1 0 0 0-.738-.324H7.377a1 1 0 0 0-.738.325l-.717.783-.993-.492.133-1.15a1 1 0 0 0-.173-.687l-.622-.893a1 1 0 0 0-.728-.423l-1.19-.11-.22-1.096 1.008-.523a1 1 0 0 0 .524-.718l.215-1.248a1 1 0 0 0-.178-.76l-.695-.952.746-.964 1.118.465a1 1 0 0 0 .862-.045l.901-.49a1 1 0 0 0 .484-.605Z",
shapeRendering: "geometricPrecision"
}));
}
RootSettings.displayName = 'Settings';
const Settings = createBaseComponent(RootSettings);
export { Settings as default };