iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 893 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 Bell1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.002 2.001a.75.75 0 01.75.75v.787a7.5 7.5 0 016.75 7.463v3.114l.692 1.846A2.25 2.25 0 0118.087 19h-3.024a3.063 3.063 0 01-6.126 0h-3.02a2.25 2.25 0 01-2.108-3.04l.693-1.846v-3.114a7.5 7.5 0 016.75-7.463v-.787a.75.75 0 01.75-.75zm-1.565 17a1.563 1.563 0 003.125 0h-3.124zm-4.435-8v3.116c0 .178-.033.356-.095.523l-.693 1.848a.75.75 0 00.702 1.013h12.171a.75.75 0 00.702-1.013l-.693-1.848a1.489 1.489 0 01-.094-.523V11a6 6 0 10-12 0z", fill: "#323544" }));
exports.default = Bell1;