@icongo/pp
Version:
Pepicons Icons
32 lines (31 loc) • 1.53 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPBellOff = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPBellOff = function PPBellOff(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
d: "M7.5 17a1 1 0 1 1 2 0 .5.5 0 0 0 1 0 1 1 0 1 1 2 0 2.5 2.5 0 0 1-5 0Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M18 14.5a3.46 3.46 0 0 0-1.5-2.851V9a6 6 0 0 0-6-6h-1a6 6 0 0 0-6 6v2.649A3.46 3.46 0 0 0 2 14.5 2.5 2.5 0 0 0 4.5 17h11a2.5 2.5 0 0 0 2.5-2.5Zm-3.5-1.618.59.265.053.024c.522.237.857.756.857 1.329a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5c0-.573.335-1.092.857-1.33l.053-.023.59-.265V9a4 4 0 0 1 4-4h1a4 4 0 0 1 4 4v3.882Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
d: "M9 1.5a1 1 0 0 1 2 0V4a1 1 0 1 1-2 0V1.5ZM.82 4.525a1 1 0 1 1 1.363-1.462l16.04 14.957a1 1 0 0 1-1.364 1.463L.82 4.525Z"
})]
}));
};
exports.PPBellOff = PPBellOff;