iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 847 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const PushNotifications = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14.878 8.772A3.887 3.887 0 1 1 14.879 1a3.887 3.887 0 0 1-.001 7.773zm0-6.662a2.776 2.776 0 1 0 0 5.552 2.776 2.776 0 0 0 0-5.552zM2.11 5.441v9.993a2.22 2.22 0 0 0 2.22 2.22h9.992a2.22 2.22 0 0 0 2.22-2.22V9.883h1.11v5.551c0 1.84-1.49 3.331-3.33 3.331H4.33A3.331 3.331 0 0 1 1 15.435V5.44a3.33 3.33 0 0 1 3.331-3.33h5.55v1.11h-5.55a2.22 2.22 0 0 0-2.22 2.22z", fill: "#000", fillRule: "evenodd" }));
exports.default = PushNotifications;