react-oddball-icons
Version:
Odd corporate logos to spice up your website
20 lines • 888 B
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import * as React from "react";
var SvgBell = function SvgBell(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 64 64"
}, props), /*#__PURE__*/React.createElement("path", {
stroke: "#000",
strokeWidth: 2,
d: "M32 58a6 6 0 0 0 6-6H26a6 6 0 0 0 6 6ZM50 44H14s4-6 4-18c0-9 6-14 14-14s14 5 14 14c0 12 4 18 4 18Z"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#000",
strokeWidth: 2,
d: "m32 12 2 4-2 3 2 4-2 3"
}));
};
export default SvgBell;