UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 836 B
"use strict"; 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 Bell = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-bell", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M8 16a2 2 0 002-2H6a2 2 0 002 2M8 1.918l-.797.161A4 4 0 004 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4 4 0 00-3.203-3.92zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 111.99 0A5 5 0 0113 6c0 .88.32 4.2 1.22 6" })); exports.default = Bell;