UNPKG

@harvest-profit/npk

Version:
6 lines 933 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const SvgNotificationsIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M8.074 1a.874.874 0 0 0-.875.875v.49a4.16 4.16 0 0 0-3.5 4.104v.913a5.47 5.47 0 0 1-1.197 3.415l-.408.512a.655.655 0 0 0 .512 1.066h10.937a.657.657 0 0 0 .511-1.066l-.407-.509a5.5 5.5 0 0 1-1.198-3.418v-.913a4.16 4.16 0 0 0-3.5-4.105v-.489A.874.874 0 0 0 8.074 1m0 2.625h.22a2.845 2.845 0 0 1 2.843 2.844v.913c0 1.31.38 2.587 1.085 3.68H3.926a6.8 6.8 0 0 0 1.086-3.68v-.913a2.845 2.845 0 0 1 2.844-2.844zm1.75 9.625h-3.5A1.75 1.75 0 0 0 8.074 15c.465 0 .91-.183 1.24-.511a1.75 1.75 0 0 0 .51-1.239" }) })); exports.default = SvgNotificationsIcon; //# sourceMappingURL=NotificationsIcon.js.map