@semcore/icon
Version:
Semrush Icon Component
32 lines • 2.34 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 = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Settings",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm-2 4a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M10.096 1a1 1 0 0 0-.962.726l-.62 2.177-.5.271-2.165-.9a1 1 0 0 0-1.174.311l-2.392 3.09a1 1 0 0 0-.017 1.202l1.377 1.887-.15.876-1.954 1.015a1 1 0 0 0-.52 1.084l.736 3.662a1 1 0 0 0 .888.799l2.298.212.406.583-.262 2.266a1 1 0 0 0 .55 1.012l3.282 1.623a1 1 0 0 0 1.18-.22l1.453-1.586h.898l1.452 1.585a1 1 0 0 0 1.18.221l3.283-1.623a1 1 0 0 0 .55-1.012l-.262-2.266.407-.583 2.299-.212a1 1 0 0 0 .888-.8l.735-3.661a1 1 0 0 0-.52-1.085l-1.955-1.012-.15-.876 1.377-1.886a1 1 0 0 0-.017-1.202L19.32 3.585a1 1 0 0 0-1.175-.311l-2.166.9-.498-.271-.62-2.177A1 1 0 0 0 13.9 1h-3.804Zm.226 3.854L10.85 3h2.295l.528 1.854a1 1 0 0 0 .484.604l1.287.701a1 1 0 0 0 .862.046l1.901-.79 1.466 1.893-1.183 1.621a1 1 0 0 0-.178.759l.306 1.783a1 1 0 0 0 .526.718l1.727.895-.44 2.193-2.019.186a1 1 0 0 0-.727.423l-.891 1.275a1 1 0 0 0-.174.688l.225 1.943-1.977.978-1.242-1.356a1 1 0 0 0-.738-.324H11.11a1 1 0 0 0-.737.324L9.13 20.77l-1.978-.978.226-1.943a1 1 0 0 0-.174-.687l-.888-1.275a1 1 0 0 0-.728-.424l-2.019-.186-.44-2.194 1.726-.897a1 1 0 0 0 .524-.718l.307-1.782a1 1 0 0 0-.178-.76l-1.183-1.62 1.463-1.892 1.9.79a1 1 0 0 0 .863-.045l1.287-.7a1 1 0 0 0 .484-.605Z",
shapeRendering: "geometricPrecision"
}));
}
RootSettings.displayName = 'Settings';
const Settings = createBaseComponent(RootSettings);
export { Settings as default };