iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 967 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 Notifications = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.453 15.434c.04.182.094.36.094.555a2.776 2.776 0 0 1-5.55 0c0-.195.054-.373.093-.555H2s2.22-2.74 2.22-4.505V6.551a5.551 5.551 0 1 1 11.103 0V10.963c0 1.753 2.22 4.47 2.22 4.47h-5.09zm-2.681 2.22c.92 0 1.665-.745 1.665-1.665 0-.197-.05-.38-.112-.555H8.218a1.644 1.644 0 0 0-.111.555c0 .92.745 1.665 1.665 1.665zm4.44-11.102a4.44 4.44 0 1 0-8.881 0v1.11h8.882v-1.11zm-8.881 2.22v1.11h8.882v-1.11H5.33zm8.884 2.22H5.326c-.026 1.741-1.105 3.332-1.105 3.332h11.102s-1.096-1.59-1.108-3.331z", fill: "#000", fillRule: "evenodd" }));
exports.default = Notifications;