/** * lucide v0.244.0 - ISC */ import defaultAttributes from '../defaultAttributes.js'; const Pause = [ "svg", defaultAttributes, [ ["rect", { width: "4", height: "16", x: "6", y: "4" }], ["rect", { width: "4", height: "16", x: "14", y: "4" }] ] ]; export { Pause as default }; //# sourceMappingURL=pause.js.map