@semcore/icon
Version:
Semrush Icon Component
26 lines • 1.46 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 = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "ShowNo",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M1.615 14.921A.998.998 0 0 0 2 15a.998.998 0 0 0 .71-.3l1.573-1.572a8.45 8.45 0 0 0 3.723.879 8.45 8.45 0 0 0 7.927-5.633 1 1 0 0 0 .002-.728A8.4 8.4 0 0 0 13.42 3.99l1.284-1.284a1 1 0 1 0-1.42-1.41L1.292 13.292a1 1 0 0 0 0 1.41 1 1 0 0 0 .324.22Zm10.382-9.508L9.93 7.48a2 2 0 0 1-2.455 2.456l-1.677 1.677a6.4 6.4 0 0 0 8.134-3.605 6.4 6.4 0 0 0-1.935-2.595ZM8.001 2.006a8.4 8.4 0 0 1 1.458.127L7.566 4.026a6.4 6.4 0 0 0-5.62 4.313 1.001 1.001 0 1 1-1.89-.66 8.4 8.4 0 0 1 7.945-5.673Z",
shapeRendering: "geometricPrecision"
}));
}
ShowNo.displayName = 'ShowNo';
export default createBaseComponent(ShowNo);