infinity-forge
Version:
9 lines • 598 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconThreeDots = IconThreeDots;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconThreeDots(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '800px', height: '800px', viewBox: '0 0 16 16', fill: color, children: (0, jsx_runtime_1.jsx)("path", { d: 'M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z' }) }));
}
//# sourceMappingURL=icon-three-dots.js.map