@semcore/icon
Version:
Semrush Icon Component
26 lines • 1.68 kB
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '@semcore/icon';
function ShowNo({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "ShowNo",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M22.96 11.79v-.22a11.45 11.45 0 0 0-3.87-5.19l3.67-3.68a1 1 0 0 0-1.41-1.41l-20 20a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l4-4A11.61 11.61 0 0 0 23 12.32v-.12a.75.75 0 0 0 0-.42l-.04.01Zm-9 .21a2 2 0 0 1-2.52 1.93l2.45-2.45c.057.168.094.343.11.52h-.04Zm-2 6a9.71 9.71 0 0 1-3.8-.79l1.79-1.79a3.93 3.93 0 0 0 2 .58 4 4 0 0 0 4-4 3.93 3.93 0 0 0-.58-2l2.18-2.19a9.51 9.51 0 0 1 3.32 4.2A9.62 9.62 0 0 1 12 18h-.04ZM1.04 12.2v.13a.36.36 0 0 1 0 .09 11.43 11.43 0 0 0 2.77 4.28l1.42-1.42a9.35 9.35 0 0 1-2.21-3.3 9.6 9.6 0 0 1 8.92-6 9.719 9.719 0 0 1 2.3.28l1.6-1.6a11.63 11.63 0 0 0-14.85 7v.13a.76.76 0 0 0 0 .21.64.64 0 0 0 .05.2Zm6.96.33A4.752 4.752 0 0 1 8 12a4 4 0 0 1 3.95-3.95c.177-.01.354-.01.53 0L8 12.53Z",
shapeRendering: "geometricPrecision"
}));
}
ShowNo.displayName = 'ShowNo';
export default createBaseComponent(ShowNo);