@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 = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "NotificationNo",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M13 3.07c.984.142 1.902.487 2.71.993L14.243 5.53A5 5 0 0 0 7 10v2.773l-2 2V10a7.002 7.002 0 0 1 6-6.93V2a1 1 0 1 1 2 0v1.07Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "m6.414 19-3.707 3.707a1 1 0 0 1-1.414-1.414l20-20a1 1 0 1 1 1.414 1.414L18.354 7.06C18.77 7.954 19 8.95 19 10v7h1a1 1 0 1 1 0 2H6.414Zm2-2H17v-7c0-.482-.068-.949-.196-1.39L8.414 17Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 23a2 2 0 0 1-2-2h4a2 2 0 0 1-2 2Z",
shapeRendering: "geometricPrecision"
}));
}
NotificationNo.displayName = 'NotificationNo';
export default createBaseComponent(NotificationNo);