infinity-forge
Version:
9 lines • 784 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconFullFieldBell = IconFullFieldBell;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconFullFieldBell(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '19', viewBox: '0 0 18 19', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M17.3334 15.6665H0.666687V13.9998H1.50002V8.19267C1.50002 4.03607 4.85789 0.666504 9.00002 0.666504C13.1422 0.666504 16.5 4.03607 16.5 8.19267V13.9998H17.3334V15.6665ZM6.91669 16.4998H11.0834C11.0834 17.6504 10.1506 18.5832 9.00002 18.5832C7.84944 18.5832 6.91669 17.6504 6.91669 16.4998Z', fill: color }) }));
}
//# sourceMappingURL=icon-fullfield-bell.js.map