UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

33 lines 3.49 kB
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, { forwardRef } from 'react'; export const SettingsIcon = /*#__PURE__*/forwardRef(({ className, style, ariaLabel, size = 24, width, height, ...props }, ref) => { const iconSize = width || height || size; return /*#__PURE__*/React.createElement("svg", _extends({ ref: ref, className: className, "aria-label": ariaLabel || "settings", style: style, width: width || iconSize, height: height || iconSize, viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M7.21 11.89a4.4 4.4 0 1 0 8.8 0 4.4 4.4 0 0 0-8.8 0Zm1.8 0c0-1.43 1.17-2.6 2.6-2.6 1.43 0 2.6 1.17 2.6 2.6 0 1.43-1.17 2.6-2.6 2.6-1.43 0-2.6-1.17-2.6-2.6Z", fillRule: "evenodd", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M11.09 22.8h1.12l-.02.01c.8 0 1.33 0 1.83-.36s.67-.86.92-1.62l.32-.96c.09-.22.24-.41.4-.51l.3-.17c.24-.11.5-.15.71-.1l1.23.35.033.01c.802.224 1.345.377 1.937.13.61-.25.89-.738 1.318-1.485l.002-.005.49-.86c.41-.7.67-1.16.61-1.78-.06-.61-.42-1.01-.96-1.61l-1-1.11c-.12-.15-.24-.5-.24-.82 0-.32.12-.68.2-.78l1.03-1.15c.54-.6.89-.99.96-1.61.07-.6-.19-1.055-.58-1.735l-.02-.035-.78.44.78-.45-.49-.86-.002-.005c-.429-.747-.709-1.236-1.318-1.485-.59-.246-1.13-.096-1.936.128l-.044.012-1.18.33c-.26.06-.52.03-.71-.07l-.3-.17c-.2-.13-.35-.32-.42-.5l-.33-1a26.255 26.255 0 0 1-.021-.063c-.248-.725-.413-1.207-.899-1.557C13.53.99 13 .99 12.2.99h-1.12c-.8 0-1.33 0-1.83.36s-.67.86-.92 1.62l-.32.96c-.08.22-.24.4-.4.51l-.3.17c-.23.11-.49.15-.7.1l-1.22-.34-.043-.012C4.54 4.134 4 3.984 3.41 4.23c-.608.25-.889.738-1.317 1.486l-.003.004-.49.86-.004.007C1.198 7.283.931 7.752 1 8.36c.066.586.392.967.867 1.522l.083.098 1 1.11c.12.15.24.51.24.82 0 .31-.12.67-.2.77l-1.03 1.15c-.54.6-.9 1-.96 1.61-.06.61.21 1.08.61 1.77l.49.86.003.005c.428.747.709 1.236 1.317 1.485.61.24 1.15.09 1.98-.15l1.18-.33c.25-.06.52-.03.71.07l.3.17c.2.13.35.31.42.5l.33 1 .022.063c.248.725.412 1.207.898 1.557.5.36 1.03.36 1.83.36Zm-2.93-5.22a2.89 2.89 0 0 0-1.32-.32l.03.03c-.23 0-.47.03-.7.08l-1.23.35-.132.038c-.31.088-.613.175-.648.192-.085-.066-.267-.38-.438-.676a23.35 23.35 0 0 0-.032-.054l-.49-.86c-.17-.29-.36-.62-.38-.66.04-.1.29-.38.52-.63l1.07-1.2c.37-.48.62-1.24.62-1.93s-.24-1.45-.66-1.97L3.34 8.81c-.22-.25-.48-.54-.51-.57.02-.1.2-.41.38-.72l.49-.86c.18-.31.38-.67.4-.71.12.01.5.1.85.2l1.26.36c.66.15 1.37.06 2.01-.27l.37-.22c.53-.34.92-.82 1.16-1.44l.33-1c.11-.32.23-.68.24-.72.09-.03.47-.03.8-.03h1.87c.056.064.138.308.225.566l.065.194.35 1.04c.22.57.63 1.07 1.18 1.42l.38.22c.6.31 1.3.39 2.01.23l1.22-.35c.35-.09.74-.2.78-.22.085.066.268.38.439.676l.031.054.49.86.78-.45-.78.46.16.27c.112.192.206.352.22.38-.04.09-.29.38-.52.63l-1.07 1.2c-.37.48-.62 1.23-.62 1.93s.24 1.46.66 1.98l1.03 1.15c.22.25.48.53.51.56-.02.1-.2.41-.38.72l-.49.86c-.18.31-.38.67-.4.71-.11 0-.5-.1-.85-.2l-1.26-.36c-.67-.15-1.36-.06-2.01.27l-.37.21c-.52.33-.93.83-1.16 1.44l-.34 1c-.11.31-.23.67-.24.71-.09.03-.47.03-.8.03h-1.87c-.056-.064-.137-.308-.224-.567l-.066-.193-.35-1.03c-.22-.58-.63-1.08-1.18-1.43l-.38-.22Z", fillRule: "evenodd", clipRule: "evenodd" })); }); export default SettingsIcon;