@semcore/icon
Version:
Semrush Icon Component
32 lines • 1.56 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 NotificationNo({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "NotificationNo",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9 2.1c.177.036.352.082.522.136L7.747 4.01A3 3 0 0 0 5.01 6.747L3 8.757V7a5.002 5.002 0 0 1 4-4.9V1a1 1 0 0 1 2 0v1.1Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "m12.531 4.883 2.176-2.176a1 1 0 1 0-1.414-1.414l-12 12a1 1 0 1 0 1.414 1.414L4.414 13H14a1 1 0 1 0 0-2h-1V7a4.98 4.98 0 0 0-.469-2.117Zm-1.58 1.58L6.415 11H11V7c0-.184-.017-.363-.048-.538Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M8 16a2 2 0 0 1-2-2h4a2 2 0 0 1-2 2Z",
shapeRendering: "geometricPrecision"
}));
}
NotificationNo.displayName = 'NotificationNo';
export default createBaseComponent(NotificationNo);