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 = '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" })); } RootNotificationNo.displayName = 'NotificationNo'; const NotificationNo = createBaseComponent(RootNotificationNo); export { NotificationNo as default };