UNPKG

@semcore/icon

Version:
33 lines 1.56 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 from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootNotificationNo({ 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" })); } RootNotificationNo.displayName = 'NotificationNo'; const NotificationNo = createBaseComponent(RootNotificationNo); export { NotificationNo as default };